projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9fbea
)
main() prototype causes trouble when configure is using int main(void)...
author
niki
<niki>
Sat, 17 Dec 2005 04:58:38 +0000
(
04:58
+0000)
committer
niki
<niki>
Sat, 17 Dec 2005 04:58:38 +0000
(
04:58
+0000)
src/collectd.h
patch
|
blob
|
history
diff --git
a/src/collectd.h
b/src/collectd.h
index
a469bd4
..
f20a337
100644
(file)
--- 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 */