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 5119 by michael, Mon Dec 22 15:33:29 2014 UTC vs.
Revision 5120 by michael, Thu Dec 25 16:04:40 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines