summaryrefslogtreecommitdiff
path: root/accel-pptpd/pptpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/pptpd.h')
-rw-r--r--accel-pptpd/pptpd.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/accel-pptpd/pptpd.h b/accel-pptpd/pptpd.h
deleted file mode 100644
index d98978e..0000000
--- a/accel-pptpd/pptpd.h
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// C++ Interface: pptpd
-//
-// Description:
-//
-//
-// Author: <xeb@mail.ru>, (C) 2009
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
-
-#ifndef PPTPD_H
-#define PPTPD_H
-
-struct ctrl_thread_t
-{
- pthread_t thr;
- pthread_mutex_t lock;
- int count;
- int pipe_fd[2];
-};
-
-int ctrl_init(struct ctrl_thread_t*);
-
-#endif