]> git.sur5r.net Git - openldap/blobdiff - clients/ud/help.c
Round one of LDAP_F() macro changes. In this round we rename
[openldap] / clients / ud / help.c
index 381a8958b736dc63cdbfaeb47ca3f13266c02d0b..0fb0590bf2a57087c5b71c1d2bbe4950832286b4 100644 (file)
@@ -1,3 +1,8 @@
+/* $OpenLDAP$ */
+/*
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1992, 1993  Regents of the University of Michigan.
  * All rights reserved.
@@ -13,8 +18,8 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/time.h>
 
 
 #include "ud.h"
 
-#ifdef DEBUG
-extern int debug;
-#endif
 
-print_help(s)
-char *s;
+void
+print_help( char *s )
 {
        int len;                        /* command length */
 
@@ -78,7 +80,7 @@ char *s;
                printf("\n  Type \"help <command-name>\" to get help about a particular command.");
                printf("\n  Type \"help options\" to get help about options in brackets above.\n");
 #ifdef UOFM
-               printf("\n  Bugs in ud should be reported via e-mail to:  ud-bugs@umich.edu\n" );
+               printf("\n  Bugs in ud should be reported via e-mail to:  OpenLDAP-its@OpenLDAP.org\n" );
                printf("\n  For more assistance with ud, contact the ITD Consultants by phoning\n" );
                printf("      764-HELP or by sending e-mail to:  consulting.help@umich.edu\n" );
 #endif /* UOFM */