]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/comment.h
Remove bdb env on exit
[netatalk.git] / etc / papd / comment.h
index 482846caac353db6e8278e46eac8598d2e6ba219..1cac2d0d051fd1eff10e183b6f0001a42ed90dae 100644 (file)
@@ -1,8 +1,15 @@
 /*
+ * $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.
  */
 
+#ifndef PAPD_COMMENT_H
+#define PAPD_COMMENT_H 1
+
+#include <sys/cdefs.h>
+
 struct papd_comment {
     char               *c_begin;
     char               *c_end;
@@ -46,3 +53,12 @@ extern char                  *comcont;
  * Magic "number" subtypes.
  */
 #define CM_NOPRINT     (1<<16)                         /* or print */
+
+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 */