| 1 | #ifndef R_SKIP_DAYS_H | 
|---|---|
| 2 | #define R_SKIP_DAYS_H | 
| 3 | |
| 4 | #ifdef __cplusplus | 
| 5 | extern "C"{ | 
| 6 | #endif | 
| 7 | |
| 8 | #include "config.h" | 
| 9 | #include "porting.h" | 
| 10 | |
| 11 | ds_key_t skipDays(int nTable, ds_key_t *pRemainder); | 
| 12 | |
| 13 | #ifdef __cplusplus | 
| 14 | }; | 
| 15 | #endif | 
| 16 | |
| 17 | #endif | 
| 18 | 
