More alisp extensions (card related functions, ctl_card_info).

This commit is contained in:
Jaroslav Kysela 2003-07-29 13:19:19 +00:00
parent c55d2495d7
commit adbc93f1a4
6 changed files with 198 additions and 35 deletions

View file

@ -40,6 +40,7 @@ extern "C" {
#define SND_ERROR_BEGIN 500000 /**< Lower boundary of sound error codes. */
#define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
#define SND_ERROR_ALISP_NIL (SND_ERROR_BEGIN+1) /**< Lisp encountered an error during acall. */
const char *snd_strerror(int errnum);