summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2010-08-14 07:02:41 -0300
committerFernando Carrijo <fcarrijo@yahoo.com.br>2010-08-14 07:07:59 -0300
commit918ec0efc2f5ef8a8a5fa58b5c93346d290ea3b3 (patch)
treeda3fd49b8862dc852e159101bf39aca05ddcd9bb
parent072a60b1aaf91de5ebdbd507bc78978876dfe178 (diff)
os: inputthread: Remove unused forward declarationinput-thread
This is a disease wich only contributes to namespace pollution.
-rw-r--r--os/inputthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/inputthread.c b/os/inputthread.c
index be7bff811..d311f139c 100644
--- a/os/inputthread.c
+++ b/os/inputthread.c
@@ -42,7 +42,7 @@
#include "opaque.h"
-typedef struct _ThreadDeviceFunc {
+typedef struct {
void (*f) (void *);
int fd;
void *closure;