Renamed FUNCRET to FUNCPTR considering it doesn't actually get a return.
authorRick Bird <nveid@bender.theari.com>
Tue, 19 Apr 2011 07:07:04 +0000 (03:07 -0400)
committerRick Bird <nveid@bender.theari.com>
Tue, 19 Apr 2011 07:07:04 +0000 (03:07 -0400)
commit1765c26f60e11a7ca505631c05528d7da9bd906e
tree153c126fa764b7333b47ed1c7bfbf4f08011e3fa
parent062139301a49fef3a5ed30354be9b7f23bcb48d5
Renamed FUNCRET to FUNCPTR considering it doesn't actually get a return.
It just returns a PTR to be used to call a module function to get a
return value.
hdrs/modules.h
src/modules.c
src/utils.c