mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
tokenize.c, parse.c: rename functions
This commit is contained in:
parent
6627a47305
commit
f199fc4779
5 changed files with 16 additions and 17 deletions
|
|
@ -28,13 +28,6 @@ struct token {
|
|||
* @buffer: buffer containing xbm file
|
||||
* return token vector
|
||||
*/
|
||||
struct token *xbm_tokenize(char *buffer);
|
||||
|
||||
/**
|
||||
* xbm_read_file - read file into buffer (as it's easier to tokenize that way)
|
||||
* @filename: file to be read
|
||||
* return allocated memory
|
||||
*/
|
||||
char *xbm_read_file(const char *filename);
|
||||
struct token *tokenize_xbm(char *buffer);
|
||||
|
||||
#endif /* __LABWC_TOKENIZE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue