=================================================================== RCS file: /cvs/cvs/blind/log.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- blind/log.h 2022/03/19 06:16:18 1.5 +++ blind/log.h 2022/03/29 20:17:38 1.6 @@ -20,8 +20,8 @@ #include void log_init(int, int); -void log_setv(int); -int log_getv(void); +void log_set(int); +int log_get(void); void log_send(const char *, va_list) __attribute__((__format__ (printf, 1, 0))); void log_info(const char *, ...)