about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-24 00:18:18 +0100
committerJames Booth <boothj5@gmail.com>2015-09-24 00:18:18 +0100
commitd96e68ea53c6457dbbd441d6dbe13c5c994d7a22 (patch)
treea4ffc77f9468d3c3bd4db62f45d6f9f9c1882e52 /src/config/preferences.h
parent40ce5cb0e08c892dfa12488488e554e6c6a35f54 (diff)
downloadprofani-tty-d96e68ea53c6457dbbd441d6dbe13c5c994d7a22.tar.gz
Save trusted certificates to tlscerts file with more information
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 9718cfcb..89b3fe24 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -163,8 +163,4 @@ char * prefs_get_string(preference_t pref);
 void prefs_free_string(char *pref);
 void prefs_set_string(preference_t pref, char *value);
 
-GList* prefs_get_trusted_certs(void);
-void prefs_free_trusted_certs(GList *certs);
-void prefs_add_trusted_cert(const char * const fp);
-
 #endif