This commit is contained in:
David Anderson
2004-09-08 18:27:39 +00:00
parent c5d7417f8e
commit 39cb15cc56
3 changed files with 21 additions and 2 deletions

View File

@ -644,4 +644,7 @@ native force_unmodified(force_type, mins[3] , maxs[3], const filename[]);
native md5(const szString[], md5buffer[34]);
/* Calculates the md5 keysum of a file */
native md5_file(const file[], md5buffer[34]);
native md5_file(const file[], md5buffer[34]);
/* Returns the internal flags set on the called bytecode structure - Do not use */
native plugin_flags();