Add declaration for VG_(pre_clo_init) so we don't get warnings about it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3297
This commit is contained in:
Nicholas Nethercote 2005-03-12 06:23:46 +00:00
parent 7fb220d397
commit 85da1e0285

View File

@ -17,6 +17,9 @@
## ------------------------------------------------------------------
## Fundamental template functions
## Do initialisation that can be done before command line processing.
void, pre_clo_init
## Do initialisation that can only be done after command line processing.
void, post_clo_init