Added SILC errno API. Added SilcResult, generic error code and
[silc.git] / lib / silcutil / silcutil.h
index e62e768d15d0bede90cb82b3f191969e0ea07bde..b4d9eb451063d466af2417f00b0dce1e5f7047bc 100644 (file)
  ***/
 int silc_gets(char *dest, int destlen, const char *src, int srclen, int begin);
 
-/****f* silcutil/SilcUtilAPI/silc_check_line
- *
- * SYNOPSIS
- *
- *    int silc_check_line(char *buf);
- *
- * DESCRIPTION
- *
- *    Checks line for illegal characters. Return -1 when illegal character
- *    were found. This is used to check for bad lines when reading data from
- *    for example a configuration file.
- *
- ***/
-int silc_check_line(char *buf);
-
 /****f* silcutil/SilcUtilAPI/silc_to_upper
  *
  * SYNOPSIS