diff options
Diffstat (limited to 'src/mapis.h')
-rw-r--r-- | src/mapis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapis.h b/src/mapis.h index 9ea03b1..8e28902 100644 --- a/src/mapis.h +++ b/src/mapis.h @@ -20,4 +20,4 @@ #include <wrap-json.h> #include <filescan-utils.h> -int mapisConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *mapisJ); +int MapiConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *mapisJ); |