view src/plugins/trash/trash-plugin.h @ 3738:732b62dc1976 HEAD

Added beginnings of plugin infrastructure. TODO: These could be optionally compiled into binaries with some configure options. Added quota plugin and a new trash plugin. Not very well tested.
author Timo Sirainen <tss@iki.fi>
date Sat, 10 Dec 2005 21:44:45 +0200
parents
children e4eb71ae8e96
line wrap: on
line source

#ifndef __TRASH_PLUGIN_H
#define __TRASH_PLUGIN_H

void trash_plugin_init(void);
void trash_plugin_deinit(void);

#endif