]> Pileus Git - ~andy/fetchmail/commitdiff
Move some forward declarations for better encapsulation.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 29 Oct 1996 21:31:11 +0000 (21:31 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 29 Oct 1996 21:31:11 +0000 (21:31 -0000)
svn path=/trunk/; revision=428

fetchmail.h
rcfile_y.y

index 42d9ffc3f5f2b20ffa6c7b62afbf0d1e3ffeb3b6..356e48f647478573c6627b008805178b86e82fb8 100644 (file)
@@ -188,8 +188,6 @@ int daemonize(const char *, void (*)(int));
 
 int prc_parse_file(const char *);
 int prc_filecheck(const char *);
-void prc_register();
-void prc_reset();
 
 char *getpassword(char *);
 
index 62ca5ef02003c114903a7e148dea867a6ce2ed65..32bc471671c552bb0fcb96b198b4f85b1814b6c8 100644 (file)
@@ -29,6 +29,9 @@ int yydebug;  /* in case we didn't generate with -- debug */
 
 static struct query current;           /* current server record */
 static int prc_errflag;
+
+void prc_register();
+void prc_reset();
 %}
 
 %union {