/[monit]/monit/monitor.h
ViewVC logotype

Diff of /monit/monitor.h

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

revision 1.63 by hauk, Tue Jun 24 02:49:09 2003 UTC revision 1.64 by hauk, Thu Jun 26 14:24:11 2003 UTC
# Line 150  Sigfunc *signal(int signo, Sigfunc * fun Line 150  Sigfunc *signal(int signo, Sigfunc * fun
150  /** ------------------------------------------ Simple Assert Exception macro */  /** ------------------------------------------ Simple Assert Exception macro */
151    
152    
153  #define ASSERT(e) if(!(e)) { error("AssertException: at %s:%d\naborting..\n", \  #define ASSERT(e) if(!(e)) { log("AssertException: at %s:%d\naborting..\n", \
154      __FILE__, __LINE__); abort(); }      __FILE__, __LINE__); abort(); }
155    
156    
# Line 460  Service_T servicelist;                /* Line 460  Service_T servicelist;                /*
460  /* ------------------------------------------------------- Public prototypes */  /* ------------------------------------------------------- Public prototypes */
461    
462    
 void  error(const char *, ...);  
463  char *trim(char *);  char *trim(char *);
464  char *ltrim(char *);  char *ltrim(char *);
465  char *rtrim(char *);  char *rtrim(char *);

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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