diff options
Diffstat (limited to 'ldap/servers/plugins/retrocl/linktest.c')
-rw-r--r-- | ldap/servers/plugins/retrocl/linktest.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ldap/servers/plugins/retrocl/linktest.c b/ldap/servers/plugins/retrocl/linktest.c new file mode 100644 index 00000000..22812c57 --- /dev/null +++ b/ldap/servers/plugins/retrocl/linktest.c @@ -0,0 +1,16 @@ +/** BEGIN COPYRIGHT BLOCK + * Copyright 2001 Sun Microsystems, Inc. + * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. + * All rights reserved. + * END COPYRIGHT BLOCK **/ + +/* This is a test program. Not linked into the shared library */ + +#include "retrocl.h" + +int main(int a,char **b) +{ + int r; + + r = retrocl_plugin_init(NULL); +} |