chiark / gitweb /
Move code and decls between convert.[ch] and common.[ch] so that common.[ch] is for...
[ypp-sc-tools.db-live.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*/