Check out app_skel.c in your source dir under apps/. Go from there. -bkruse
Paolo Ornati wrote: > On Mon, 18 Jun 2007 14:48:00 +0500 > "ast guy" <[EMAIL PROTECTED]> wrote: > > >> When I compile it outputs following errors >> >> app_gbox.c:944: warning: 'unload_module' defined but not used >> app_gbox.c:954: warning: 'load_module' defined but not used >> >> >> Any comments what am I missing for proper application registration. >> > > IMO you should remove "static" from these, at least: > > static int unload_module(void) > static int load_module(void) > > how are they supposed to be called if you hide them? > > > PS: not that I'm an expert, this is the my first post here > > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
