/* * re_plugin_prototypes.h * * A programmers editor * * re_data plugin to support showing common prototypes hints. * * HEADER FILE * * Author: Dario Rodriguez antartica@whereismybit.com * This program is licensed under the terms of GNU GPL v2.1+ */ int redata_prototypes_register(redata_t *redata, redata_plugin_t *slot); int redata_prototypes_unregister(redata_t *redata, redata_plugin_t *slot,char *filename); const char *redata_prototypes_get(redata_t *redata, long pos);