summaryrefslogtreecommitdiff
path: root/include/extension.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 13:12:25 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 13:12:25 -0800
commit80c8a16fb145f7ed4867d31fad3c22318a1ce708 (patch)
treef7605cdb86d653efaac761363ed596dd6b2e0459 /include/extension.h
parent964d6274b0eba38df43d77b87c44bd728d2f0fb5 (diff)
replaces tabs in source code with regular spaces, added example for working with global variables
Diffstat (limited to 'include/extension.h')
-rw-r--r--include/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extension.h b/include/extension.h
index 3555fb6..862549a 100644
--- a/include/extension.h
+++ b/include/extension.h
@@ -35,7 +35,7 @@ class Extension;
/**
* Optional callback types for starting and stopping the request
- * @param extension
+ * @param extension
*/
typedef bool (*request_callback)(Extension *extension);