public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
eb51a4695cdb8c42e03de66450382811d1be2db6 blob 297 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright Red Hat
 * Author: David Gibson <david@gibson.dropbear.id.au>
 */

#ifndef PARSE_H
#define PARSE_H

#include <stdbool.h>

bool parse_literal(const char **cursor, const char *lit);
bool parse_eoi(const char *cursor);

#endif /* _PARSE_H */
debug log:

solving eb51a469 ...
found eb51a469 in https://archives.passt.top/passt-dev/20260626071003.3472194-4-david@gibson.dropbear.id.au/

applying [1/1] https://archives.passt.top/passt-dev/20260626071003.3472194-4-david@gibson.dropbear.id.au/
diff --git a/parse.h b/parse.h
new file mode 100644
index 00000000..eb51a469

Checking patch parse.h...
Applied patch parse.h cleanly.

index at:
100644 eb51a4695cdb8c42e03de66450382811d1be2db6	parse.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).