From: Roland H. <ro...@gm...> - 2006-04-17 20:37:41
|
Hi Michael, >> The uptime function uses 2 functions from plugin_uptime (itoa, >> struptime). At the moment I had declared these functions at the >> beginning of the plugin. But if the user compile without lugin_uptime >> it doesn't work anymore. Shall I put these function under different >> names into the plugin or is it better to put these functions into a >> .h-file? > > I'm not sure how to resolve this. Sharing code between plugins is a > bad idea, as you've correctly stated. > > Just send me a patch, I'l have a look at it and think about it. The patch is on the way. -- bye Roland |