|
Last change
on this file since 37 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:
258 bytes
|
| Line | |
|---|
| 1 | #ifndef HASH_H_INCLUDED
|
|---|
| 2 | #define HASH_H_INCLUDED
|
|---|
| 3 |
|
|---|
| 4 | #if __cplusplus
|
|---|
| 5 | extern "C" {
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | ULONG calculateHash(char * theString);
|
|---|
| 9 | ULONG calculateHash2(char * theString);
|
|---|
| 10 | USHORT calculateTheHash(char *chrCommand);
|
|---|
| 11 |
|
|---|
| 12 | #if __cplusplus
|
|---|
| 13 | }
|
|---|
| 14 | #endif
|
|---|
| 15 |
|
|---|
| 16 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.