summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
authordamiano1999-02-17 11:28:36 +0000
committerdamiano1999-02-17 11:28:36 +0000
commit787efb9b1638a89fe5e4e698f4df43468d6d327e (patch)
treedd996431f965e72952fec92f6fc7b78f697a3596 /src/ivy.h
parenta4dc276d3c8a6c0ee06ab51baf319b24d492378a (diff)
downloadivy-c-787efb9b1638a89fe5e4e698f4df43468d6d327e.zip
ivy-c-787efb9b1638a89fe5e4e698f4df43468d6d327e.tar.gz
ivy-c-787efb9b1638a89fe5e4e698f4df43468d6d327e.tar.bz2
ivy-c-787efb9b1638a89fe5e4e698f4df43468d6d327e.tar.xz
remove argument bus from function IvyInit
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ivy.h b/src/ivy.h
index ed0ea95..89605de 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -52,7 +52,6 @@ void IvyClasses( int argc, const char **argv);
void IvyInit(
const char *AppName, /* nom de l'application */
- unsigned short busnumber, /* numero de bus ( port UDP ) */
const char *ready, /* ready Message peut etre NULL */
IvyApplicationCallback callback, /* callback appele sur connection deconnection d'une appli */
void *data, /* user data passe au callback */