summaryrefslogtreecommitdiff
blob: b4391ad0fddfe83fc38dd29a367e1d1d8bd603e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
   librc-plugin.h 
   Private instructions to use plugins
   Copyright 2007 Gentoo Foundation
   Released under the GPLv2
   */

#ifndef __LIBRC_PLUGIN_H__
#define __LIBRC_PLUGIN_H__

void rc_plugin_load ();
void rc_plugin_unload ();
void rc_plugin_run (rc_hook_t, const char *value);

#endif