doc: retroactively document updates to the warning options
[nasm/perl-rewrite.git] / outlib.h
blob03524b974cd5989ac2a3b625e624fe5b6e38813a
1 #ifndef NASM_OUTLIB_H
2 #define NSAM_OUTLIB_H
4 #include "nasm.h"
6 uint64_t realsize(enum out_type type, uint64_t size);
8 #endif /* LIBOUT_H */