aboutsummaryrefslogtreecommitdiff
path: root/sftp_server/libconfig/conf_equal.h
blob: 82e0f04561c62eab5dbe582b872712c3d35d444c (plain)
1
2
3
4
5
6
7
8
#ifndef LC_CONF_EQUAL_H
#define LC_CONF_EQUAL_H
#include "libconfig.h"
#include "libconfig_private.h"

int lc_process_conf_equal(const char *appname, const char *configfile);

#endif