18 lines
415 B
C
18 lines
415 B
C
/**
|
|
* Some general functions for SICS.
|
|
*
|
|
* copyright: see file COPYRIGHT
|
|
*
|
|
*
|
|
* Decode privilege text. moved from access.c by M. Zolliker Jan 2010
|
|
* @param the text to decode
|
|
* @return -1 if code invalid, else the privilege code
|
|
*/
|
|
int decodeSICSPriv(char *privText);
|
|
|
|
double DoubleTime(void);
|
|
/* returns time since epoch in seconds
|
|
the resultion is machine dependent, but mostly better than msec */
|
|
|
|
|