aboutsummaryrefslogtreecommitdiffstats
path: root/chat.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2010-06-03 12:41:03 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2010-06-03 12:41:03 +0200
commit5f8ab6a9adf09ea7c07f728227bdb6d3953588f1 (patch)
tree1b708f624d5ee996217055aec11490f06024efca /chat.h
parent3f81999c20852f14a5fb27a6ef6c5ea44db61a4d (diff)
parentf9928cb319c2879a56b7280f09723b26035982d0 (diff)
merge in bitlbee 1.2.5
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 5aef745c..7196aea8 100644
--- a/chat.h
+++ b/chat.h
@@ -23,6 +23,9 @@
Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef _CHAT_H
+#define _CHAT_H
+
struct chat
{
account_t *acc;
@@ -44,3 +47,5 @@ int chat_chancmp( char *a, char *b );
int chat_chanok( char *a );
int chat_join( irc_t *irc, struct chat *c, const char *password );
+
+#endif