src/plugin.h: Use __attribute__((format)) for plugin_log.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 6 Jun 2008 10:21:01 +0000 (12:21 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 6 Jun 2008 10:21:01 +0000 (12:21 +0200)
commitb886f9aaf7675f1f9f242a2b9dfe119ce0672d66
tree9045caaef8ea7f29b9c6853bec3ec337b6d233da
parentae210a9978f06e6ed7de560b5621ba3d9c761315
src/plugin.h: Use __attribute__((format)) for plugin_log.

All __attribute__'s will be automatically set to /**/ when not using the
GNU CC via a macro in src/collectd.h. This way this should be portable.
src/collectd.h
src/plugin.h