Changeset 9ff5737 for lib/events.h


Ignore:
Timestamp:
2007-11-29T21:55:14Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4306d8b, 94d52d64
Parents:
b6a2373
Message:

printf() in daemons considered harmful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/events.h

    rb6a2373 r9ff5737  
    4545#include <gmodule.h>
    4646
    47 /* The conditions you can pass to gaim_input_add()/that will be passed to
     47/* The conditions you can pass to b_input_add()/that will be passed to
    4848   the given callback function. */
    4949typedef enum {
     
    5858#define GAIM_ERR_COND   (G_IO_HUP | G_IO_ERR | G_IO_NVAL)
    5959
    60 // #define event_debug( x... ) printf( x )
     60/* #define event_debug( x... ) printf( x ) */
    6161#define event_debug( x... )
    6262
Note: See TracChangeset for help on using the changeset viewer.