diff src/director/director-connection.c @ 15187:02451e967a06

Renamed network.[ch] to net.[ch]. The function prefixes already started with net_ instead of network_. And icecap wants to use network.h for other purpose. :)
author Timo Sirainen <tss@iki.fi>
date Wed, 03 Oct 2012 18:17:26 +0300
parents e3175ee39483
children 1b46c1bf9d1e
line wrap: on
line diff
--- a/src/director/director-connection.c	Wed Oct 03 16:57:28 2012 +0300
+++ b/src/director/director-connection.c	Wed Oct 03 18:17:26 2012 +0300
@@ -31,7 +31,7 @@
 #include "lib.h"
 #include "ioloop.h"
 #include "array.h"
-#include "network.h"
+#include "net.h"
 #include "istream.h"
 #include "ostream.h"
 #include "str.h"