fix prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12825 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -113,7 +113,7 @@ parse_section(char *p, krb5_config_section **s, krb5_config_section **parent,
|
|||||||
* Store the error message in `error_message'.
|
* Store the error message in `error_message'.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static krb5_error_code
|
||||||
parse_list(FILE *f, unsigned *lineno, krb5_config_binding **parent,
|
parse_list(FILE *f, unsigned *lineno, krb5_config_binding **parent,
|
||||||
const char **error_message)
|
const char **error_message)
|
||||||
{
|
{
|
||||||
@@ -152,14 +152,14 @@ parse_list(FILE *f, unsigned *lineno, krb5_config_binding **parent,
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static krb5_error_code
|
||||||
parse_binding(FILE *f, unsigned *lineno, char *p,
|
parse_binding(FILE *f, unsigned *lineno, char *p,
|
||||||
krb5_config_binding **b, krb5_config_binding **parent,
|
krb5_config_binding **b, krb5_config_binding **parent,
|
||||||
const char **error_message)
|
const char **error_message)
|
||||||
{
|
{
|
||||||
krb5_config_binding *tmp;
|
krb5_config_binding *tmp;
|
||||||
char *p1, *p2;
|
char *p1, *p2;
|
||||||
int ret = 0;
|
krb5_error_code ret = 0;
|
||||||
|
|
||||||
p1 = p;
|
p1 = p;
|
||||||
while (*p && *p != '=' && !isspace((unsigned char)*p))
|
while (*p && *p != '=' && !isspace((unsigned char)*p))
|
||||||
|
Reference in New Issue
Block a user