diff src/config/settings-get.pl @ 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 98d696965c91
children 78749ae0c9c2
line wrap: on
line diff
--- a/src/config/settings-get.pl	Wed Oct 03 16:57:28 2012 +0300
+++ b/src/config/settings-get.pl	Wed Oct 03 18:17:26 2012 +0300
@@ -8,7 +8,7 @@
 print '#include "file-lock.h"'."\n";
 print '#include "fsync-mode.h"'."\n";
 print '#include "hash-format.h"'."\n";
-print '#include "network.h"'."\n";
+print '#include "net.h"'."\n";
 print '#include "unichar.h"'."\n";
 print '#include "settings-parser.h"'."\n";
 print '#include "all-settings.h"'."\n";