source:
branches/port5/ptpan/hooks.cxx
Last change on this file was 5566, checked in by boehnel, 16 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | /************************************************************************ |
2 | Definition for call back hooks |
3 | Written by Chris Hodges <hodges@in.tum.de>. |
4 | Last change: 06.05.03 |
5 | ************************************************************************/ |
6 | |
7 | #include "hooks.h" |
8 | |
9 | APTR CallHook(struct Hook *hook) |
10 | { |
11 | return((*(hook->h_Func))(hook)); |
12 | } |
Note: See TracBrowser
for help on using the repository browser.