aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-24 22:47:18 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-12-24 22:47:18 +0100
commit7bee5af91e56f1e58232b895fd40c367aec67e8a (patch)
tree38db97d9df8568d16ff0ff6b1d50bf1d38043b03 /set.h
parentc227706bc921c3bb426eb315c0d097df30aa9d16 (diff)
Add tests for set_url(). Fixed a bug where the default port wasn't
set when socks5 was used.
Diffstat (limited to 'set.h')
-rw-r--r--set.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/set.h b/set.h
index 37d2430f..32f7a0e6 100644
--- a/set.h
+++ b/set.h
@@ -23,6 +23,9 @@
Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef __SET_H__
+#define __SET_H__
+
/* This used to be specific to irc_t structures, but it's more generic now
(so it can also be used for account_t structs). It's pretty simple, but
so far pretty useful.
@@ -87,3 +90,5 @@ char *set_eval_bool( set_t *set, char *value );
char *set_eval_to_char( set_t *set, char *value );
char *set_eval_ops( set_t *set, char *value );
char *set_eval_charset( set_t *set, char *value );
+
+#endif /* __SET_H__ */