--- lbbs/src/main.c 2004/10/21 17:28:46 1.6 +++ lbbs/src/main.c 2004/10/22 15:20:32 1.7 @@ -17,11 +17,13 @@ #include "bbs.h" #include "common.h" +#include "io.h" +#include void app_help(void) { - printf ( + prints ( "Usage: bbsd [-fhv] [...]\n\n" "-f\t--foreground\t\tForce program run in foreground\n" "-h\t--help\t\t\tDisplay this help message\n" @@ -35,7 +37,7 @@ app_help(void) void arg_error(void) { - printf ("Invalid arguments\n"); + prints ("Invalid arguments\n"); app_help(); }