]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/comment.h
Remove bdb env on exit
[netatalk.git] / etc / papd / comment.h
index f068011e9a4f5ad1f3357cd07c19a71316055ed0..1cac2d0d051fd1eff10e183b6f0001a42ed90dae 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: comment.h,v 1.6 2009-10-13 22:55:37 didg Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
@@ -6,6 +8,8 @@
 #ifndef PAPD_COMMENT_H
 #define PAPD_COMMENT_H 1
 
+#include <sys/cdefs.h>
+
 struct papd_comment {
     char               *c_begin;
     char               *c_end;
@@ -50,11 +54,11 @@ extern char                 *comcont;
  */
 #define CM_NOPRINT     (1<<16)                         /* or print */
 
-void compop __P(( void ));
-void compush __P(( struct papd_comment * ));
-int comswitch __P(( struct papd_comment *, int (*)() ));
-int comcmp __P(( char *, char *, char *, int ));
-struct papd_comment *commatch __P(( char *, char *, struct papd_comment * ));
-char *comtoken __P(( char *, char *, char *, char * ));
+void compop ( void );
+void compush ( struct papd_comment * );
+int comswitch ( struct papd_comment *, int (*)() );
+int comcmp ( char *, char *, char *, int );
+struct papd_comment *commatch ( char *, char *, struct papd_comment * );
+char *comtoken ( char *, char *, char *, char * );
 
 #endif /* PAPD_COMMENT_H */