Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097678

--- python-easysnmp-0.2.6.orig/easysnmp/interface.c
+++ python-easysnmp-0.2.6/easysnmp/interface.c
@@ -261,7 +261,7 @@ void __libraries_init()
                        NETSNMP_OID_OUTPUT_SUFFIX);
 }
 
-void __libraries_free()
+void __libraries_free(void *unused)
 {
     snmp_shutdown(APPNAME);
 }
