shortcode/shortcodes.h

5 lines
68 B
C
Raw Normal View History

2023-07-12 19:09:17 +00:00
#ifndef SHORTCODES_H
#define SHORTCODES_H
int parse(char *);
#endif