]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight.h
Fix error handling and freeing of allocated ressources
[netatalk.git] / etc / afpd / spotlight.h
index 6dcd96148eeb6022f5577666affc1d8a7fe89b12..0885c96d0568b6ba2fd93acdd88e143b3fdb0b6e 100644 (file)
@@ -38,6 +38,7 @@ struct sl_module_export {
     int (*sl_mod_start_search)(void *);
     int (*sl_mod_fetch_result)(void *);
     int (*sl_mod_end_search)  (void *);
+    int (*sl_mod_error)       (void *);
 };
 
 extern int sl_mod_load(const char *path);