[pisa-src] r1412 - in trunk: Makefile.am libpisa/cfg.c libpisa/config.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 15:39:12 +0100

Author: biurrun
Date: Thu Oct 29 15:39:08 2009
New Revision: 1412

Log:
Rename libpisa/config.c --> libpisa/cfg.c.
The corresponding header file in include/ already has that name.

Added:
   trunk/libpisa/cfg.c
      - copied, changed from r1410, trunk/libpisa/config.c
Deleted:
   trunk/libpisa/config.c
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Thu Oct 29 15:33:09 2009        (r1411)
+++ trunk/Makefile.am   Thu Oct 29 15:39:08 2009        (r1412)
@@ -28,7 +28,7 @@
 
 lib_LTLIBRARIES = libpisa/libpisa.la performance/libperformance.la
 
-libpisa_libpisa_la_SOURCES  = libpisa/arp.c libpisa/config.c libpisa/conmgr.c \
+libpisa_libpisa_la_SOURCES  = libpisa/arp.c libpisa/cfg.c libpisa/conmgr.c \
                               libpisa/crypto.c libpisa/ctrlhandler.c \
                               libpisa/debug.c libpisa/hitlist.c libpisa/nat.c \
                               libpisa/packet.c libpisa/tunnel.c libpisa/util.c 
\

Copied and modified: trunk/libpisa/cfg.c (from r1410, trunk/libpisa/config.c)
==============================================================================
--- trunk/libpisa/config.c      Thu Oct 29 15:06:56 2009        (r1410, copy 
source)
+++ trunk/libpisa/cfg.c Thu Oct 29 15:39:08 2009        (r1412)
@@ -4,7 +4,7 @@
  */
 
 /**
- * @file config.c
+ * @file cfg.c
  * @brief PISA configuration handling functions.
  *        Mainly dependendent of the libconfig 1.3 API.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Other related posts:

  • » [pisa-src] r1412 - in trunk: Makefile.am libpisa/cfg.c libpisa/config.c - Diego Biurrun