ir_linkdata_dlink_name
[henge/apc.git] / src / apc.h
index 9649c24..b60342d 100644 (file)
--- a/src/apc.h
+++ b/src/apc.h
@@ -7,6 +7,8 @@ typedef enum frame_facing apc_facing;
 
 
 #define APC_NAME_MAX 64
+#define APC_CLASS_DELIMITER '/'
+#define APC_SET_DELIMITER   '_'
 
 #endif //_APC_H_