aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-02 07:44:24 +0000
committerantirez <antirez>2005-04-02 07:44:24 +0000
commit3ded0b262b0c9dc5259f4c75fde776d06e3a3017 (patch)
treeff07bcacb5cd1dd2c198cbd763e3730077f61af3 /jim.h
parent6b53d12f84d9a2f2efa810038ce4a7c2146de928 (diff)
downloadjimtcl-3ded0b262b0c9dc5259f4c75fde776d06e3a3017.zip
jimtcl-3ded0b262b0c9dc5259f4c75fde776d06e3a3017.tar.gz
jimtcl-3ded0b262b0c9dc5259f4c75fde776d06e3a3017.tar.bz2
[package require] + Makefile changes about libraries currently not working...
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/jim.h b/jim.h
index 0c8a8d0..012aa84 100644
--- a/jim.h
+++ b/jim.h
@@ -2,7 +2,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
*
- * $Id: jim.h,v 1.65 2005/03/31 12:20:21 antirez Exp $
+ * $Id: jim.h,v 1.66 2005/04/02 07:44:24 antirez Exp $
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -747,7 +747,8 @@ JIM_STATIC int JIM_API(Jim_RegisterApi) (Jim_Interp *interp,
/* Packages C API */
JIM_STATIC int JIM_API(Jim_PackageProvide) (Jim_Interp *interp,
const char *name, const char *ver, int flags);
-JIM_STATIC const char * JIM_API(Jim_PackageRequire) (Jim_Interp *interp, char *name, char *ver, int flags);
+JIM_STATIC const char * JIM_API(Jim_PackageRequire) (Jim_Interp *interp,
+ const char *name, const char *ver, int flags);
/* error messages */
JIM_STATIC void JIM_API(Jim_PrintErrorMessage) (Jim_Interp *interp);