source: branches/common_functions/include/mm_funcs.h

Last change on this file was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 187 bytes
Line 
1#ifndef MM_H_INCLUDED
2#define MM_H_INCLUDED
3
4#if __cplusplus
5extern "C" {
6#endif
7
8ULONG MMIdentifyFile(char* chrFile);
9
10#if __cplusplus
11}
12#endif
13
14#endif /* MM_H_INCLUDED */
Note: See TracBrowser for help on using the repository browser.