add KRB5_LIB_FUNCTION to all exported functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13863 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,14 +37,14 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
void
|
||||
void KRB5_LIB_FUNCTION
|
||||
krb5_std_usage(int code, struct getargs *args, int num_args)
|
||||
{
|
||||
arg_printusage(args, num_args, NULL, "");
|
||||
exit(code);
|
||||
}
|
||||
|
||||
int
|
||||
int KRB5_LIB_FUNCTION
|
||||
krb5_program_setup(krb5_context *context, int argc, char **argv,
|
||||
struct getargs *args, int num_args,
|
||||
void (*usage)(int, struct getargs*, int))
|
||||
|
Reference in New Issue
Block a user