libosmocore/tests/msgfile
Pablo Neira Ayuso 1b4a42c3b1 msgfile: use namespace prefix osmo_* and use more descriptive names
Summary of changes:

s/msg_entry/osmo_config_entry/g
s/msg_entries/osmo_config_list/g
s/msg_entry_parse/osmo_config_list_parse/g

minor glitch included in this patch while I was at it:

-#include "linuxlist.h"
+#include <osmocom/core/linuxlist.h>
2011-05-07 13:14:41 +02:00
..
Makefile.am msgfile: Add a file parser for a simple file format 2010-10-08 19:23:18 +08:00
msgconfig.cfg msgfile: Allow to have comments in the simple CSV file 2010-10-26 09:32:35 +02:00
msgfile_test.c msgfile: use namespace prefix osmo_* and use more descriptive names 2011-05-07 13:14:41 +02:00