view src/plugins/trash/trash-plugin.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 732b62dc1976
children
line wrap: on
line source

#ifndef TRASH_PLUGIN_H
#define TRASH_PLUGIN_H

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

#endif