about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-27 00:23:07 +0100
committerJames Booth <boothj5@gmail.com>2015-05-27 00:23:07 +0100
commit7507e4ecfad65e1df0ac60d56599aeea6027e345 (patch)
tree246f834424d45fa919708b6697810b7ec3371e72
parenteb91f95c9e1703d5e866e092ce9d9f4d2462cbb4 (diff)
downloadprofani-tty-7507e4ecfad65e1df0ac60d56599aeea6027e345.tar.gz
Removed unused function prototype
-rw-r--r--stabbertests/proftest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stabbertests/proftest.h b/stabbertests/proftest.h
index da573821..358b355c 100644
--- a/stabbertests/proftest.h
+++ b/stabbertests/proftest.h
@@ -6,6 +6,5 @@
 
 void init_prof_test(void **state);
 void close_prof_test(void **state);
-void prof_process_xmpp(int loops);
 
 #endif