Rename parser* files to parse*

This commit is contained in:
2024-10-26 15:04:23 +01:00
parent 5011e516e4
commit 316cba949d
5 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
#include "parser.h"
#include "parse.h"
#include <stdbool.h>
#include <stdlib.h>

View File

@@ -3,8 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
#ifndef PARSER_H
#define PARSER_H
#ifndef PARSE_H
#define PARSE_H
#include <stdbool.h>