Last change
on this file since 13623 was 13623, checked in by Mathieu Morlighem, 12 years ago |
CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly
|
File size:
285 bytes
|
Rev | Line | |
---|
[679] | 1 | /*!\file: sharedstring.h
|
---|
| 2 | * \brief prototypes for sharedstring.h
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _SHAREDSTRING_H_
|
---|
| 6 | #define _SHAREDSTRING_H_
|
---|
| 7 |
|
---|
[5469] | 8 | int DescriptorIndex(char* root, int* pindex,char* descriptor);
|
---|
[679] | 9 |
|
---|
[13539] | 10 | #ifndef WIN32
|
---|
| 11 | int stricmp(const char* a,const char* b);
|
---|
| 12 | #endif
|
---|
| 13 |
|
---|
[679] | 14 | #endif //ifndef _SHAREDSTRING_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.