From 2f012f2baaae9cf9a53afd2398d326a6cdf56fec Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 30 Mar 2003 02:48:59 +0000 Subject: "" svn path=/trunk/; revision=511 --- externals/grill/xsample/source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/xsample/source/main.cpp') diff --git a/externals/grill/xsample/source/main.cpp b/externals/grill/xsample/source/main.cpp index 2392bdb1..aa1f731e 100644 --- a/externals/grill/xsample/source/main.cpp +++ b/externals/grill/xsample/source/main.cpp @@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. // Initialization function for xsample library -V lib_setup() +static V xsample_main() { post("xsample objects, version " XSAMPLE_VERSION ", (C)2001-2003 Thomas Grill"); post("xsample: xrecord~, xplay~, xgroove~ - send objects a 'help' message to get assistance"); @@ -32,7 +32,7 @@ V lib_setup() } // setup the library -FLEXT_LIB_SETUP(xsample,lib_setup) +FLEXT_LIB_SETUP(xsample,xsample_main) // ------------------------------ -- cgit v1.2.1