diff options
| author | Justin Mitchell <jumitche@redhat.com> | 2017-11-07 09:28:25 -0500 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2017-11-07 09:28:25 -0500 |
| commit | 8d9bf479441d9d7a44a86b69026a7e9d431d3ade (patch) | |
| tree | 8756dc065dda8e3f9190f9920638e5370da189e7 /support/include | |
| parent | ec342d7fecc804e817efba19fddcdab70050ea3e (diff) | |
| download | nfs-utils-8d9bf479441d9d7a44a86b69026a7e9d431d3ade.tar.gz nfs-utils-8d9bf479441d9d7a44a86b69026a7e9d431d3ade.tar.xz nfs-utils-8d9bf479441d9d7a44a86b69026a7e9d431d3ade.zip | |
nfs-utils: Restore ABI compat with pre-merge libnfsidmap
Prior to merge libnfsidmap leaked many private symbols that were
not defined in its API, creating an accidental ABI.
This patch renames and unhides symbols in order to match that ABI
until a cleaned up API can be established and released.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/conffile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/conffile.h b/support/include/conffile.h index d4cb6b4..ad20067 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -60,7 +60,7 @@ extern _Bool conf_get_bool(const char *, const char *, _Bool); extern char *conf_get_str(const char *, const char *); extern char *conf_get_str_with_def(const char *, const char *, char *); extern char *conf_get_section(const char *, const char *, const char *); -extern void conf_init(const char *); +extern void conf_init_file(const char *); extern void conf_cleanup(void); extern int conf_match_num(const char *, const char *, int); extern int conf_remove(int, const char *, const char *); |
