chiark / gitweb /
658bbdd71404bbc2bc2f61dbef9a30591050a860
[ypp-sc-tools.db-live.git] / yarrg / rscommon.h
1 #ifndef RSCOMMON_H
2 #define RSCOMMON_H
3
4 #include <stdio.h>
5
6 #include <sqlite3.h>
7 #include <assert.h>
8 #include <stdlib.h>
9
10 extern struct sqlite *db;
11
12 void value_route(int nislands, const int *islands);
13
14 #endif /*RSCOMMON_H*/