You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klish/clish/plugin_builtin.c

18 lines
338 B

/*
* plugin_builtin.c.in
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include <stdlib.h>
#include "clish/plugin.h"
/* Declare builtin plugin's init functions */
/* The array of builtin plugin's filled by configure script. */
clish_plugin_builtin_list_t clish_plugin_builtin_list[] = { { NULL, NULL } };