summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4de2489)
raw | patch | inline | side by side (parent: 4de2489)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 12:09:54 +0000 (13:09 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Mar 2016 12:09:54 +0000 (13:09 +0100) |
src/nginx.c | patch | blob | history |
diff --git a/src/nginx.c b/src/nginx.c
index 69ec06dc996edc9452ea565776c9d9d70c241e68..e493cc941560c35b50d684c24cd0ca0edca0dbff 100644 (file)
--- a/src/nginx.c
+++ b/src/nginx.c
return (0);
} /* void init */
-static void submit (char *type, char *inst, long long value)
+static void submit (const char *type, const char *inst, long long value)
{
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;