Add warning message
Specify warning for internal only headers that are now installed for use by extensions.
This commit is contained in:
parent
4b258c98e0
commit
bb02aa18e7
4 changed files with 20 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* NOTE: This is an internal header and installed for use by extensions. The
|
||||
* API is not guaranteed stable.
|
||||
*/
|
||||
|
||||
#ifndef HAMMER_PARSE_INTERNAL__H
|
||||
#define HAMMER_PARSE_INTERNAL__H
|
||||
#include "../hammer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue