libshout documentation |
libshout version 1.0.4 - 20000824 |
declared in <shout/shout.h>
The shout_strerror function turns a numeric error code into a human readable error message.
char *shout_strerror( shout_conn_t *self, /* pointer to the connection structure */ int error, /* the error code */ char namespace, /* where the message will be stored */ int maxlen /* the maximum length the message can be */ ); |
Returns a pointer to namespace, if successful, and NULL if not. Namespace will contain the human readable error message.
copyright © 2000 icecast team |
|
libshout documentation |
libshout version 1.0.4 - 20000824 |