diff options
author | root <root> | 2008-11-20 11:25:15 +0000 |
---|---|---|
committer | root <root> | 2008-11-20 11:25:15 +0000 |
commit | 9e5319be42a6a99f784ce5ab421b0393adadc2ea (patch) | |
tree | 47c096ea828b43bac7c0c32c78353fb14521a848 | |
parent | 9a1c199ae2faf3c844eb99a7f5d71ab76fc6b35c (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ libev - a high performance full-featured event loop written in C main (void) { // use the default event loop unless you have special needs - ev_loop *loop = ev_default_loop (0); + struct ev_loop *loop = ev_default_loop (0); // initialise an io watcher, then start it // this one will watch for stdin to become readable |