callback_table.h
author matthijs
Thu, 07 Apr 2005 19:19:16 +0000
changeset 1661 f3799f2c84fa
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2165) - Codechange: [NPF] Properly enummed NPF hash size, it is easily changable now.
- Codechange: [NPF] Improved the NPF hash calculation slightly.
- Codechange: [NPF] Increased hash size, should speed up somewhat.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif