libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

signature.c (208B)


      1 struct EXTRACTOR_Keywords *libextractor_XXX_extract
      2   (char *filename, char *data, size_t size, struct EXTRACTOR_Keywords *prev);
      3 
      4 Caption:Signature of the function that each libextractor plugin must export.