ossp-pkg/sa/sa.h 1.7 -> 1.8
--- sa.h 2001/10/05 20:52:15 1.7
+++ sa.h 2001/10/05 21:11:22 1.8
@@ -95,7 +95,7 @@
/* return codes */
typedef enum {
- SA_OK,
+ SA_OK, /* everything ok */
SA_ERR_ARG, /* invalid argument (wrong parameter) */
SA_ERR_USE, /* invalid use (wrong context) */
SA_ERR_MEM, /* out of memory */
|
|