diff src/auth/auth-request.h @ 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 ff66315076ce
children 55d20120b348
line wrap: on
line diff
--- a/src/auth/auth-request.h	Wed Oct 03 16:57:28 2012 +0300
+++ b/src/auth/auth-request.h	Wed Oct 03 18:17:26 2012 +0300
@@ -1,7 +1,7 @@
 #ifndef AUTH_REQUEST_H
 #define AUTH_REQUEST_H
 
-#include "network.h"
+#include "net.h"
 #include "var-expand.h"
 #include "mech.h"
 #include "userdb.h"