]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/strdup.c
Insert missing ')'...
[openldap] / libraries / libldap / strdup.c
index b0541715ff792c3b1595b39cbaaad8f31eddb33d..cf9929cc7d2d1cf7f0db9b8ff5e02bc0e7f308b5 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+
 #include "portable.h"
 
 #include <stdlib.h>
@@ -6,7 +11,8 @@
 
 #include "ldap-int.h"
 
-char *(ldap_strdup)( const char *s )
+char *
+(ldap_strdup)( const char *s )
 {
         char    *p;