log: include syslog.h by default
[protos/libecoli.git] / include / ecoli_node_none.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3  */
4
5 /**
6  * This node does not match anything
7  */
8
9 #ifndef ECOLI_NODE_ANY_
10 #define ECOLI_NODE_ANY_
11
12 #endif