Skip to content

Commit

Permalink
Add def file for libmagic to generate magic.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Dixeran authored Mar 18, 2022
1 parent 3c14181 commit 7a1e21e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions libmagic.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
LIBRARY LIBMAGIC

EXPORTS
magic_buffer
magic_check
magic_close
magic_compile
magic_descriptor
magic_errno
magic_error
magic_file
magic_getflags
magic_getparam
magic_getpath
magic_list
magic_load
magic_load_buffers
magic_open
magic_setflags
magic_setparam
magic_version

0 comments on commit 7a1e21e

Please sign in to comment.