Skip to content
Snippets Groups Projects
callbacks.h 273 B
#ifndef __callbacks_h
#define __callbacks_h

/* Grab some stupid stuff from legacy code */
struct modular_structs;
struct metadata;

/* Make commands.c happy */
typedef int (command_cb)(struct modular_structs *, struct metadata *, unsigned char *, unsigned short);

#endif