static-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -73,7 +73,7 @@ append_hex(char *str, krb5_data *data)
|
|||||||
free(p);
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
hdb_entry2string(hdb_entry *ent, char **str)
|
hdb_entry2string(hdb_entry *ent, char **str)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
@@ -155,7 +155,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
static krb5_error_code
|
||||||
print_entry(krb5_context context, HDB *db, hdb_entry *entry, void *data)
|
print_entry(krb5_context context, HDB *db, hdb_entry *entry, void *data)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
|
@@ -125,7 +125,7 @@ help(int argc, char **argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
usage(int status)
|
usage(int status)
|
||||||
{
|
{
|
||||||
arg_printusage(args, num_args, "command");
|
arg_printusage(args, num_args, "command");
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
#include "popper.h"
|
#include "popper.h"
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
void
|
static void
|
||||||
loop(int s)
|
loop(int s)
|
||||||
{
|
{
|
||||||
char cmd[1024];
|
char cmd[1024];
|
||||||
@@ -118,6 +118,7 @@ doit_v4 (char *host, int port)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
loop(s);
|
loop(s);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -165,6 +166,7 @@ doit_v5 (char *host, int port)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
loop (s);
|
loop (s);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -73,7 +73,7 @@ append_hex(char *str, krb5_data *data)
|
|||||||
free(p);
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
hdb_entry2string(hdb_entry *ent, char **str)
|
hdb_entry2string(hdb_entry *ent, char **str)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
@@ -155,7 +155,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
static krb5_error_code
|
||||||
print_entry(krb5_context context, HDB *db, hdb_entry *entry, void *data)
|
print_entry(krb5_context context, HDB *db, hdb_entry *entry, void *data)
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
|
Reference in New Issue
Block a user