Explorar el Código

lib/srdb1: new col type DB1_UNKNOWN

Ovidiu Sas hace 11 años
padre
commit
1378ccf131
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lib/srdb1/db_val.h

+ 2 - 1
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;