comparison src/wflogs-config.h @ 8:306059d0f677

fix missing return statement
author Carl Byington <carl@five-ten-sg.com>
date Fri, 17 May 2013 12:37:04 -0700
parents 37eace15ef87
children
comparison
equal deleted inserted replaced
7:d5bb92a8ea25 8:306059d0f677
58 bool failedo() { return (fdo == -1); }; 58 bool failedo() { return (fdo == -1); };
59 bool failed() { return (fd == -1); }; 59 bool failed() { return (fd == -1); };
60 void dump(); 60 void dump();
61 void openo(bool msg); 61 void openo(bool msg);
62 void open(bool msg); 62 void open(bool msg);
63 bool write(char *p); 63 void write(char *p);
64 bool read(); 64 bool read();
65 void closeo(); 65 void closeo();
66 void close(); 66 void close();
67 void process(char *p); 67 void process(char *p);
68 bool check_wflog_time(); 68 bool check_wflog_time();