callback_table.h
author hackykid
Wed, 06 Jul 2005 10:43:36 +0000
changeset 2017 38ed0b301a2f
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif