renamed flags2int -> HDBFlags2int

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3242 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-28 23:16:46 +00:00
parent c0da74197c
commit cb05818725
4 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
strcat(buf, "-");
strcat(buf, " ");
asprintf(&p, "%d", flags2int(ent->flags));
asprintf(&p, "%d", HDBFlags2int(ent->flags));
strcat(buf, p);
free(p);

View File

@@ -173,7 +173,7 @@ parse_hdbflags2int(char *str)
unsigned i;
parse_integer(&i, str);
return int2flags(i);
return int2HDBFlags(i);
}
static void

View File

@@ -143,7 +143,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
strcat(buf, "-");
strcat(buf, " ");
asprintf(&p, "%d", flags2int(ent->flags));
asprintf(&p, "%d", HDBFlags2int(ent->flags));
strcat(buf, p);
free(p);

View File

@@ -173,7 +173,7 @@ parse_hdbflags2int(char *str)
unsigned i;
parse_integer(&i, str);
return int2flags(i);
return int2HDBFlags(i);
}
static void