Code

frontend parser: Added support for parsing single expressions.
[sysdb.git] / src / include / core / store.h
index 8c46eb740065cccde034cf39cab73e6e037e9c1e..80975087227882a4810fbc9790a15c017b2ba2db 100644 (file)
@@ -139,6 +139,7 @@ sdb_store_service(const char *hostname, const char *name,
  */
 struct sdb_store_matcher;
 typedef struct sdb_store_matcher sdb_store_matcher_t;
+#define SDB_STORE_MATCHER(obj) ((sdb_store_matcher_t *)(obj))
 
 /*
  * sdb_store_attr_matcher: