static-ize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-02 03:54:27 +00:00
parent 57f97cb91b
commit de9a9a1aeb
4 changed files with 8 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ append_hex(char *str, krb5_data *data)
free(p);
}
int
static int
hdb_entry2string(hdb_entry *ent, char **str)
{
char *p;
@@ -155,7 +155,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
return 0;
}
krb5_error_code
static krb5_error_code
print_entry(krb5_context context, HDB *db, hdb_entry *entry, void *data)
{
char *p;

View File

@@ -125,7 +125,7 @@ help(int argc, char **argv)
return 0;
}
void
static void
usage(int status)
{
arg_printusage(args, num_args, "command");