about summary refs log tree commit diff stats
path: root/profanity.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-03-09 01:06:55 +0000
committerJames Booth <boothj5@gmail.com>2012-03-09 01:06:55 +0000
commitf533c6c1622438f738348c22ff754d9952fb3f01 (patch)
tree9abc27ad40b4ac09d995793b2b7f1f0ee5a99ea0 /profanity.h
parentea3a09ac26700773b3d46082d3de09c97f26f15a (diff)
downloadprofani-tty-f533c6c1622438f738348c22ff754d9952fb3f01.tar.gz
Usage of const
Diffstat (limited to 'profanity.h')
-rw-r--r--profanity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/profanity.h b/profanity.h
index 3013ff5b..92316ff6 100644
--- a/profanity.h
+++ b/profanity.h
@@ -23,7 +23,7 @@
 #ifndef PROFANITY_H
 #define PROFANITY_H
 
-void profanity_init(int disable_tls);
+void profanity_init(const int disable_tls);
 void profanity_run(void);
 void profanity_shutdown(void);