From 635d6f901892cb7df028eb41f3d727e569a3af7e Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 14 Jul 2011 16:59:40 +0200 Subject: customdhcpcd is now compiling and can communicate with the LogReceiver started to implement the QProcess handling (parallel calls of dhcpcd out of fbgui/LogReceiver) --- workspace/customdhcpcd/src/logwriter.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'workspace/customdhcpcd/src/logwriter.h') diff --git a/workspace/customdhcpcd/src/logwriter.h b/workspace/customdhcpcd/src/logwriter.h index 5ee7b84..6276b53 100644 --- a/workspace/customdhcpcd/src/logwriter.h +++ b/workspace/customdhcpcd/src/logwriter.h @@ -12,12 +12,14 @@ * new functions for communicating with Qt */ void setSocketName(char * sn); -void setInterfaceName(char * in); -void initQtLoggerSocket (); +void setInterfaceName(const char * in); +int initQtLoggerSocket (); void closeQtLoggerSocket (); +void sendToQt (); +void logToQt(int status, int substatus, const char * msg); void logSendToQt(int type); //void logToQt(char * status, char * substatus, char * msg); -void logToQt(int status, int substatus, char * msg); -void sendToQt (); + + #endif /* LOGWRITER_H_ */ -- cgit v1.2.3-55-g7522