about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-10 03:29:48 +0100
committerJames Booth <boothj5@gmail.com>2012-05-10 03:29:48 +0100
commit6d5d41b33ae5febc74086bd8f1fd0b67fbd91d40 (patch)
treef4e0c0f278d21195e5ab447e75c4aa8508584cb2 /preferences.h
parentd7cee5bec9db9637609e41b546a76637a2537d51 (diff)
downloadprofani-tty-6d5d41b33ae5febc74086bd8f1fd0b67fbd91d40.tar.gz
Added preferences
Diffstat (limited to 'preferences.h')
-rw-r--r--preferences.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/preferences.h b/preferences.h
new file mode 100644
index 00000000..a1349592
--- /dev/null
+++ b/preferences.h
@@ -0,0 +1,28 @@
+/* 
+ * preferences.h
+ *
+ * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * 
+ * This file is part of Profanity.
+ *
+ * Profanity is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Profanity is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#ifndef PREFERENCES_H
+#define PREFERENCES_H
+
+void prefs_load(void);
+
+#endif