chiark / gitweb /
Debug improved
[ypp-sc-tools.main.git] / yarrg / rscommon.h
1 #ifndef RSCOMMON_H
2 #define RSCOMMON_H
3
4 #include <sqlite3.h>
5
6 #define DEBUG_FLAG_LIST                         \
7    DF(sql)
8
9
10 #include "common.h"
11
12 extern struct sqlite *db;
13
14 void value_route(int nislands, const int *islands);
15
16 #endif /*RSCOMMON_H*/