Module: sip-router
Branch: master
Commit: 1378ccf131885f027d1e1cd4bbaac1347a29e317
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1378ccf…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Tue Sep 2 14:29:44 2014 -0400
lib/srdb1: new col type DB1_UNKNOWN
---
lib/srdb1/db_val.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/db_val.h b/lib/srdb1/db_val.h
index 0badf9c..4e03412 100644
--- a/lib/srdb1/db_val.h
+++ b/lib/srdb1/db_val.h
@@ -56,7 +56,8 @@ typedef enum {
DB1_STR, /**< represents a string of 'str' type */
DB1_DATETIME, /**< represents date and time */
DB1_BLOB, /**< represents a large binary object */
- DB1_BITMAP /**< an one-dimensional array of 32 flags */
+ DB1_BITMAP, /**< an one-dimensional array of 32 flags */
+ DB1_UNKNOWN /**< represents an unknown type */
} db_type_t;