]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/etest.c
hex escape everything requires escape (uncomment #define PRETTY_ESCAPE to revert...
[openldap] / libraries / liblber / etest.c
index 0b91ba75ce0a37ec999269b46ecb2a19c3c32716..863cd7e563d3e9bbf3ccaeae368a1264934e98a5 100644 (file)
 
 #include "lber.h"
 
-static void usage( char *name )
+static void usage( const char *name )
 {
        fprintf( stderr, "usage: %s fmtstring\n", name );
 }
 
-static char* getbuf() {
+static char* getbuf( void ) {
        char *p;
        static char buf[128];