X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fspotlight.h;h=0885c96d0568b6ba2fd93acdd88e143b3fdb0b6e;hb=4cba28e788bfd62b8f9a3b8c2c0d18806ce045b8;hp=6dcd96148eeb6022f5577666affc1d8a7fe89b12;hpb=d8b3ac60259c4ed17e7305060e2c8b79a3037776;p=netatalk.git diff --git a/etc/afpd/spotlight.h b/etc/afpd/spotlight.h index 6dcd9614..0885c96d 100644 --- a/etc/afpd/spotlight.h +++ b/etc/afpd/spotlight.h @@ -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);