]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/delete.c
Remove lint
[openldap] / servers / slapd / back-perl / delete.c
index 4cb45f5673711584f63c02a5ffee1a0bda9c21da..e07d3abf18368a932dec48537ef713f49a341f52 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /*
  *      Copyright 1999, John C. Quillan, All rights reserved.
- *      Portions Copyright 2002, myinternet pty ltd. All rights reserved.
+ *      Portions Copyright 2002, myinternet Limited. All rights reserved.
  *
  *      Redistribution and use in source and binary forms are permitted only
  *      as authorized by the OpenLDAP Public License.  A copy of this
 #include "portable.h"
 
 #include <stdio.h>
-/* #include <ac/types.h>
-#include <ac/socket.h>
-*/
+
+#include "slap.h"
+#ifdef HAVE_WIN32_ASPERL
+#include "asperl_undefs.h"
+#endif
 
 #include <EXTERN.h>
 #include <perl.h>
 
-#include "slap.h"
 #include "perl_back.h"
 
+int
 perl_back_delete(
        Backend *be,
        Connection      *conn,