17 lines
184 B
C
17 lines
184 B
C
|
/*
|
||
|
* $Id: hash.h,v 1.1 2005-05-08 15:54:44 bacon Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _XP_STX_HASH_H_
|
||
|
#define _XP_STX_HASH_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|