summaryrefslogtreecommitdiff
path: root/net9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'net9p.h')
-rw-r--r--net9p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/net9p.h b/net9p.h
index c7b0d65..a017774 100644
--- a/net9p.h
+++ b/net9p.h
@@ -1,14 +1,6 @@
#ifndef _NET9P_H_
#define _NET9P_H_
-typedef struct {
- int fd;
-} net9p_listen_stack_t;
-
-typedef struct {
- int fd;
-} net9p_worker_stack_t;
-
void net9p_listen_cr(void *);
void net9p_worker_cr(void *);