privacore-open-source-searc.../max_coll_len.h
Ivan Skytte Jørgensen 5af39f1358 Moved MAX_COLL_LEN and MAX_URL_LEN to separate header files
So not most files have to include Collectiondb.h and Url.h
2016-11-12 20:44:42 +01:00

7 lines
82 B
C

#ifndef MAX_COLL_LEN_H_
#define MAX_COLL_LEN_H_
#define MAX_COLL_LEN 64
#endif