shortcode/shortcodes.h

5 lines
68 B
C

#ifndef SHORTCODES_H
#define SHORTCODES_H
int parse(char *);
#endif