]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/pap/pap_child.h
massive commenting/autoconf changes
[netatalk.git] / libatalk / pap / pap_child.h
index 3d3bab806c0c65a9c9098f17ca246e42ae430355..02c76a954ef874502bee551c26008415a320d606 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: pap_child.h,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -21,6 +23,9 @@
  *     netatalk@itd.umich.edu
  */
 
+#ifndef _PAP_CHILD_H
+#define _PAP_CHILD_H 1
+
 struct pap_child {
     int                        ac_pid;
     int                        ac_state;
@@ -30,3 +35,5 @@ struct pap_child {
 #define ACSTATE_DEAD   0
 #define ACSTATE_OK     1
 #define ACSTATE_BAD    7
+
+#endif /* _PAP_CHILD_H */