]> arthur.barton.de Git - netatalk.git/commitdiff
Added server messaging support
authoritlm019 <itlm019>
Sat, 5 Aug 2000 01:49:23 +0000 (01:49 +0000)
committeritlm019 <itlm019>
Sat, 5 Aug 2000 01:49:23 +0000 (01:49 +0000)
etc/afpd/globals.h

index e4d6891168131e22318f3bafbbbbb948ff2fbf5e..0b07ac219557b62632dad0e6c61529e87d825b50 100644 (file)
@@ -69,6 +69,7 @@ extern int afp_options_parseline __P((char *, struct afp_options *));
 extern void afp_options_free __P((struct afp_options *, 
                                  const struct afp_options *));
 extern void setmessage __P((const char *));
+extern void readmessage __P((void));
 
 /* gettok.c */
 extern void initline   __P((int, char *));