From: niki Date: Sat, 17 Dec 2005 04:58:38 +0000 (+0000) Subject: main() prototype causes trouble when configure is using int main(void)... X-Git-Tag: collectd-3.6.0~42 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=08fb07f075f580e6f98740c643ab0b19d5eb18e8;p=collectd.git main() prototype causes trouble when configure is using int main(void)... --- diff --git a/src/collectd.h b/src/collectd.h index a469bd4d..f20a337a 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -192,6 +192,6 @@ extern time_t curtime; extern int operating_mode; -int main (int argc, char **argv); +/* int main (int argc, char **argv); */ #endif /* COLLECTD_H */