mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 00:36:45 +02:00
api changes
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifndef _line_info_h
|
||||
#define line_info_h
|
||||
#define _line_info_h
|
||||
|
||||
#include "windows.h"
|
||||
#include "toxic.h"
|
||||
@ -91,4 +91,4 @@ void line_info_init(struct history *hst);
|
||||
void line_info_onKey(ToxWindow *self, wint_t key);
|
||||
void line_info_onDraw(ToxWindow *self);
|
||||
|
||||
#endif /* #define line_info_h */
|
||||
#endif /* #define _line_info_h */
|
||||
|
Reference in New Issue
Block a user