shared: move file-get-contents and file-set-contents helper to shared/

These functions are not specific to "src/". Also, they will be needed
by outside of "src/" soon.
This commit is contained in:
Thomas Haller
2018-08-30 15:13:52 +02:00
parent 6ee7453bc1
commit ff163d9d0d
9 changed files with 445 additions and 434 deletions

View File

@@ -54,6 +54,7 @@
#include "wifi/nm-wifi-utils-wext.h"
#include "wpan/nm-wpan-utils.h"
#include "nm-utils/unaligned.h"
#include "nm-utils/nm-io-utils.h"
#include "nm-utils/nm-udev-utils.h"
/*****************************************************************************/