ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/log.h
(Generate patch)

Comparing hopm/trunk/src/log.h (file contents):
Revision 5071 by michael, Mon Dec 22 11:56:03 2014 UTC vs.
Revision 5072 by michael, Mon Dec 22 15:33:29 2014 UTC

# Line 6 | Line 6 | extern void log_close(void);
6   extern void scanlog_open(char *filename);
7   extern void scanlog_close(void);
8   #ifdef __GNUC__
9 < extern void log_printf(char *data, ...) __attribute__((format(printf,1,2)));
9 > extern void log_printf(const char *data, ...) __attribute__((format(printf,1,2)));
10   #else
11 < extern void log_printf(char *data, ...);
11 > extern void log_printf(const char *data, ...);
12   #endif
13  
14   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines