mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
include/: refactor header files more
This commit is contained in:
parent
53266a0d5a
commit
4d1363dcae
32 changed files with 130 additions and 78 deletions
|
|
@ -4,8 +4,8 @@
|
|||
* Copyright Johan Malm 2020
|
||||
*/
|
||||
|
||||
#ifndef TOKENIZE_H
|
||||
#define TOKENIZE_H
|
||||
#ifndef __LABWC_TOKENIZE_H
|
||||
#define __LABWC_TOKENIZE_H
|
||||
|
||||
enum token_type {
|
||||
TOKEN_NONE = 0,
|
||||
|
|
@ -37,4 +37,4 @@ struct token *xbm_tokenize(char *buffer);
|
|||
*/
|
||||
char *xbm_read_file(const char *filename);
|
||||
|
||||
#endif /* TOKENIZE_H */
|
||||
#endif /* __LABWC_TOKENIZE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue