chiark / gitweb /
871ee02e7e5cc494b82f71f8f95fac5e13483ee7
[ypp-sc-tools.db-test.git] / yarrg / rscommon.h
1 #ifndef RSCOMMON_H
2 #define RSCOMMON_H
3
4 #include <sqlite3.h>
5
6 #include "common.h"
7
8 extern struct sqlite *db;
9
10 void value_route(int nislands, const int *islands);
11
12 #endif /*RSCOMMON_H*/