1 /*
2  * See Licensing and Copyright notice in naev.h
3  */
4 
5 
6 
7 #ifndef DEV_SHIP_H
8 #  define DEV_SHIP_H
9 
10 
11 void dship_csv( const char *path );
12 void dship_csvStat( const char *path );
13 
14 
15 #endif /* DEV_SHIP_H */
16