summaryrefslogtreecommitdiff
path: root/testing/toxic/chat.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-14 08:51:52 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-14 08:51:52 -0400
commit661adacddf40cfa58f3981712701ac20f06697ae (patch)
tree07d61ccd4e45a0fe6d36543a6134c2eb4bd1bd9e /testing/toxic/chat.h
parentb7dd8068ca698194e347cd5f9ad1719a6c0f1752 (diff)
parent4946c809d75ebec360d3f34b7518fb5f0948c925 (diff)
Merge branch 'remove_externs' of https://github.com/krisl/ProjectTox-Core into pr
Diffstat (limited to 'testing/toxic/chat.h')
-rw-r--r--testing/toxic/chat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/toxic/chat.h b/testing/toxic/chat.h
new file mode 100644
index 00000000..7599d462
--- /dev/null
+++ b/testing/toxic/chat.h
@@ -0,0 +1,6 @@
1#ifndef CHAT_H_6489PZ13
2#define CHAT_H_6489PZ13
3
4ToxWindow new_chat(Messenger *m, int friendnum);
5
6#endif /* end of include guard: CHAT_H_6489PZ13 */