- moved DoubleTime to nserver.c

- skip ascii nuls in standard handler
This commit is contained in:
zolliker
2010-01-27 13:33:46 +00:00
parent be13da8a03
commit 3f75ed617b
2 changed files with 4 additions and 15 deletions

View File

@ -79,11 +79,6 @@ char *AsconGetError(Ascon *a);
*/
char *ConcatArgs(int argc, char *argv[]);
/** \brief function for dealing with times with microsec resolution
* \return absolute time as double value
*/
double DoubleTime(void);
/** \brief emit an error message. The state switches to AsconFailed.
* \param a the connection
* \param msg, a message to be emitted