# HG changeset patch # User Thinker K.F. Li # Date 1290357750 -28800 # Node ID c92aabb054e2135443355192211fb60d773db1f1 # Parent d975a59d4504942c621ef5f2fd07ceafc69220ab Declare functions correctly diff -r d975a59d4504 -r c92aabb054e2 src/X_supp.c --- a/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 +++ b/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 @@ -185,11 +185,12 @@ int n_monitor; }; -int _x_supp_io_man_reg(struct _mb_IO_man *io_man, - int fd, MB_IO_TYPE type, mb_IO_cb_t cb, void *data); -void _x_supp_io_man_unreg(struct _mb_IO_Man *io_man, int io_hdl); -mb_IO_man_t *_x_supp_io_man_new(void); -void _x_supp_io_man_free(mb_IO_man_t *io_man); +static int _x_supp_io_man_reg(struct _mb_IO_man *io_man, + int fd, MB_IO_TYPE type, + mb_IO_cb_t cb, void *data); +static void _x_supp_io_man_unreg(struct _mb_IO_Man *io_man, int io_hdl); +static mb_IO_man_t *_x_supp_io_man_new(void); +static void _x_supp_io_man_free(mb_IO_man_t *io_man); static mb_IO_factory_t _X_supp_default_io_factory = { _x_supp_io_man_new,