]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/getstarg.c
Change comment style to use @foo rather than FOO
[empserver] / src / lib / subs / getstarg.c
index 6446611a0ed93f5a322c079117cfe9b0d8ee59ac..de158f07ed4a1bcff31a62194f0429dc2924c4f1 100644 (file)
@@ -38,9 +38,9 @@
 
 /*
  * Get string argument.
- * If INPUT is not empty, use it, else prompt for more input using PROMPT.
- * Copy input to BUF[1024].
- * Return BUF on success, else NULL.
+ * If @input is not empty, use it, else prompt for more input using @prompt.
+ * Copy input to @buf[1024].
+ * Return @buf on success, else NULL.
  */
 char *
 getstarg(char *input, char *prompt, char *buf)