NetworkManager/libnm-core/tests
Jiří Klimeš 94a393e9ed all: fix a compiler warning about function declarations
warning: function declaration isn’t a prototype [-Wstrict-prototypes]

In C function() and function(void) are two different prototypes (as opposed to
C++).
function()     accepts an arbitrary number of arguments
function(void) accepts zero arguments
2015-06-10 10:01:49 +02:00
..
certs keyfile: support writing certificates as blob inside the keyfile 2015-03-12 18:16:58 +01:00
Makefile.am builds: only enable TAP driver for glib >= 2.37.6 2015-05-28 12:51:24 +02:00
test-compare.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-crypto.c test: initialize auto-destructed pointers 2015-02-09 15:19:30 +01:00
test-general.c libnm-core: add 'metered' property to NMSettingConnection 2015-06-09 18:11:25 +02:00
test-keyfile.c build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h" 2015-06-01 14:47:08 +02:00
test-secrets.c tests: move all asserts into tests 2015-05-26 13:51:44 +02:00
test-setting-8021x.c libnm: add define for cert scheme prefix file:// for NMSetting8021x 2015-03-12 18:12:27 +01:00
test-setting-dcb.c test: initialize auto-destructed pointers 2015-02-09 15:19:30 +01:00
test-settings-defaults.c all: fix a compiler warning about function declarations 2015-06-10 10:01:49 +02:00