version 1.2.2.3, 1998/12/31 19:32:05
|
version 1.3, 1998/11/16 04:07:32
|
Line 1
|
Line 1
|
/* test.c - lber encoding test program */ |
/* test.c - lber encoding test program */ |
/* |
/* |
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. |
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
|
*/ |
|
/* Portions |
|
* Copyright (c) 1990 Regents of the University of Michigan. |
* Copyright (c) 1990 Regents of the University of Michigan. |
* All rights reserved. |
* All rights reserved. |
*/ |
*/ |
Line 27 static void usage( char *name )
|
Line 23 static void usage( char *name )
|
fprintf( stderr, "usage: %s fmtstring\n", name ); |
fprintf( stderr, "usage: %s fmtstring\n", name ); |
} |
} |
|
|
int |
|
main( int argc, char **argv ) |
main( int argc, char **argv ) |
{ |
{ |
#ifdef notdef |
#ifdef notdef |