nothing is inline anymore
[CleanReadLine.git] / Clean System Files / readLine.c
index c81e7db..4836bcb 100644 (file)
@@ -62,8 +62,11 @@ void cleanGetState(int *offset, int *num, int *flags){
        *flags = history_get_history_state()->flags;
 }
 
-void cleanGetHistoryItem(int num, CleanString *line, CleanString *timestamp){
+void cleanSetState(int offset, int num, int flags){
        ;
+}
+
+void cleanGetHistoryItem(int num, CleanString *line, CleanString *timestamp){
        char *cs_line = history_get_history_state()->entries[num]->line;
        char *cs_stamp = history_get_history_state()->entries[num]->timestamp;