Fix the timer callbacks in the acro plugin to use the correct function

signature.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@223 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-01-04 09:03:12 +00:00
parent bf40ef7015
commit f51de3a170
3 changed files with 28 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix timers in acro plugin, clears up some build warnings. (caf)
* Applied patches from jdhore to clean up the plugin building
and installing process. (caf)