changeset 33:647ec4f439b4

Rename mlmmj-subscribe to mlmmj-sub
author mmj
date Fri, 23 Apr 2004 18:25:16 +1000
parents 80d78590635e
children 1344f636cff3
files include/mlmmj-sub.h include/mlmmj-subscribe.h include/mygetline.h
diffstat 3 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/mlmmj-sub.h	Fri Apr 23 18:25:16 2004 +1000
@@ -0,0 +1,16 @@
+/* Copyright (C) 2002, 2003 Mads Martin Joergensen <mmj at mmj.dk>
+ *
+ * $Id$
+ *
+ * This file is redistributable under version 2 of the GNU General
+ * Public License as described at http://www.gnu.org/licenses/gpl.txt
+ */
+
+#ifndef MLMMJ_SUBSCRIBE_H
+#define MLMMJ_SUBSCRIBE_H
+
+void unsubscribe(int subreadfd, int subwritefd, const char *address);
+void generate_subconfirm(const char *listdir, const char *listadr,
+		const char *subaddr);
+
+#endif /* MLMMJ_SUBSCRIBE_H */
--- a/include/mlmmj-subscribe.h	Fri Apr 23 18:24:31 2004 +1000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-/* Copyright (C) 2002, 2003 Mads Martin Joergensen <mmj at mmj.dk>
- *
- * $Id$
- *
- * This file is redistributable under version 2 of the GNU General
- * Public License as described at http://www.gnu.org/licenses/gpl.txt
- */
-
-#ifndef MLMMJ_SUBSCRIBE_H
-#define MLMMJ_SUBSCRIBE_H
-
-void unsubscribe(int subreadfd, int subwritefd, const char *address);
-void generate_subconfirm(const char *listdir, const char *listadr,
-		const char *subaddr);
-
-#endif /* MLMMJ_SUBSCRIBE_H */
--- a/include/mygetline.h	Fri Apr 23 18:24:31 2004 +1000
+++ b/include/mygetline.h	Fri Apr 23 18:25:16 2004 +1000
@@ -1,5 +1,5 @@
-#ifndef __MYGETLINE_H__
-#define __MYGETLINE_H__
+#ifndef MYGETLINE_H
+#define MYGETLINE_H
 #include <stdio.h>
 
 #define BUFSIZE 256
@@ -7,4 +7,4 @@
 char *myfgetline(FILE *infile);
 char *mygetline(int fd);
 
-#endif /* #ifndef __MYGETLINE_H__ */
+#endif /* #ifndef MYGETLINE_H */