libopkg: fix pkg_set_ptr() to properly set NULL pointers
[oweals/opkg-lede.git] / libopkg / opkg_pathfinder.h
index 446d861055fd457e87d73e8ca9c85fd3f72edd45..33d1b10ecd84a52fba5c63406e1bd457e8b26d20 100644 (file)
@@ -1,8 +1,6 @@
-/* opkg_download.h - the opkg package management system
+/* opkg_pathfinder.h - the opkg package management system
 
-   Camille Moncelier <moncelier@devlife.org>
-
-   Copyright (C) 2009 Camille Moncelier
+   Copyright (C) 2009 Camille Moncelier <moncelier@devlife.org>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 #include "config.h"
 
 #if defined(HAVE_OPENSSL)
-int pkcs7_pathfinder_verify_signers(PKCS7* p7);
+int pkcs7_pathfinder_verify_signers(PKCS7 * p7);
 #endif
 
 #if defined(HAVE_SSLCURL)
-CURLcode curl_ssl_ctx_function(CURL * curl, void * sslctx, void * parm);
+CURLcode curl_ssl_ctx_function(CURL * curl, void *sslctx, void *parm);
 #endif
 
-
 #endif