]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_child.h
Big configure.in cleanup
[netatalk.git] / libatalk / asp / asp_child.h
index d3d3b83420fee4bea8eac3ab6ba08a86d0963e6b..081cd6fe7238f28e296ef470c1e510c0a950e7b9 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: asp_child.h,v 1.2 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -21,6 +23,9 @@
  *     netatalk@itd.umich.edu
  */
 
+#ifndef _ASP_CHILD_H
+#define _ASP_CHILD_H 1
+
 struct asp_child {
     int                        ac_pid;
     int                        ac_state;
@@ -30,3 +35,5 @@ struct asp_child {
 #define ACSTATE_DEAD   0
 #define ACSTATE_OK     1
 #define ACSTATE_BAD    7
+
+#endif /* _ASP_CHILD_H */