diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-14 08:51:52 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-14 08:51:52 -0400 |
commit | 661adacddf40cfa58f3981712701ac20f06697ae (patch) | |
tree | 07d61ccd4e45a0fe6d36543a6134c2eb4bd1bd9e /testing/toxic/chat.h | |
parent | b7dd8068ca698194e347cd5f9ad1719a6c0f1752 (diff) | |
parent | 4946c809d75ebec360d3f34b7518fb5f0948c925 (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.h | 6 |
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 | |||
4 | ToxWindow new_chat(Messenger *m, int friendnum); | ||
5 | |||
6 | #endif /* end of include guard: CHAT_H_6489PZ13 */ | ||