[Olsr-dev] [PATCH v1 071/115] info: rename a function prototype
Ferry Huberts
(spam-protected)
Wed Dec 2 21:28:44 CET 2015
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
lib/info/info_types.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/info/info_types.h b/lib/info/info_types.h
index cb8ba03..c0e7529 100644
--- a/lib/info/info_types.h
+++ b/lib/info/info_types.h
@@ -73,14 +73,14 @@
#define SIW_OLSRD_CONF 0x2000
typedef void (*init_plugin)(const char *plugin_name);
-typedef bool (*determine_command)(const char *str, unsigned int siw);
+typedef bool (*command_matcher)(const char *str, unsigned int siw);
typedef const char * (*mime_type)(unsigned int send_what);
typedef void (*output_start_end)(struct autobuf *abuf);
typedef void (*printer_generic)(struct autobuf *abuf);
typedef struct {
init_plugin init;
- determine_command is_command;
+ command_matcher is_command;
mime_type determine_mime_type;
output_start_end output_start;
output_start_end output_end;
--
2.5.0
More information about the Olsr-dev
mailing list