about summary refs log tree commit diff stats
path: root/src/include/dictionnary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dictionnary.h')
-rwxr-xr-xsrc/include/dictionnary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dictionnary.h b/src/include/dictionnary.h
index e2ec1466..efa5e1cc 100755
--- a/src/include/dictionnary.h
+++ b/src/include/dictionnary.h
@@ -4,7 +4,7 @@
 

 typedef void dic_t;

 

-dic_t *NewDictionnary();

+dic_t *NewDictionnary(void);

 void FreeDictionnary(dic_t **dic);

 

 const char* AddDictionnary(dic_t* dic, const char* s);