summaryrefslogtreecommitdiff
path: root/demos/easy_tls/test.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-11 23:31:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-11 23:31:36 +0000
commit0758ab5ea778e4ba36d2150af1bba602a48d6467 (patch)
tree0c30591ac90cb5e07a0763793709fd1056b67f57 /demos/easy_tls/test.h
parent2b8b5455829304396e38200c205612c4dc57c052 (diff)
Diffstat (limited to 'demos/easy_tls/test.h')
-rw-r--r--demos/easy_tls/test.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/demos/easy_tls/test.h b/demos/easy_tls/test.h
deleted file mode 100644
index dda667843f615..0000000000000
--- a/demos/easy_tls/test.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* test.h */
-/* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */
-
-
-void test_process_init(int fd, int client_p, void *apparg);
-#define TLS_APP_PROCESS_INIT test_process_init
-
-#undef TLS_CUMULATE_ERRORS
-
-void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
-#define TLS_APP_ERRFLUSH test_errflush