/[pengfork]/pengfork/include/log.h
ViewVC logotype

Diff of /pengfork/include/log.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by chupa, Sat Sep 7 22:32:03 2002 UTC revision 1.6 by chupa, Thu Sep 12 12:45:35 2002 UTC
# Line 33  int log (int level, char *format, ...); Line 33  int log (int level, char *format, ...);
33  int debug (int level, char *format, ...);  int debug (int level, char *format, ...);
34  void dump_raw (char *text, char *data, size_t size);  void dump_raw (char *text, char *data, size_t size);
35    
36    /* Constants for debugging level */
37    #define DEBUG_MIN 1
38    #define DEBUG_USEFUL 1
39    #define DEBUG_ERROR 2
40    #define DEBUG_STRANGE 3
41    #define DEBUG_MAX 10
42    
43  #endif /* __LOG_H__ */  #endif /* __LOG_H__ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26