aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-30 02:48:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-30 02:48:59 +0000
commit2f012f2baaae9cf9a53afd2398d326a6cdf56fec (patch)
tree7b54e1cd43d44c9043a15cd362177ad49ac6c4d8 /externals/grill/xsample
parent1820cb0abcf086dac58a1ec70fae2f3928c25e1d (diff)
""
svn path=/trunk/; revision=511
Diffstat (limited to 'externals/grill/xsample')
-rw-r--r--externals/grill/xsample/source/main.cpp4
1 files changed, 2 insertions, 2 deletions
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)
// ------------------------------