]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add declaration for VG_(pre_clo_init) so we don't get warnings about it.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 06:23:46 +0000 (06:23 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 06:23:46 +0000 (06:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3297

coregrind/toolfuncs.def

index e30987cd5681ed9da8ce5d5b8e30be3182ecd5b5..72898bcfa4dc33a38bd5faeb3fd12362f4e10303 100644 (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