Changeset: 030061c820a4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/030061c820a4
Modified Files:
        monetdb5/mal/mal_client.h
Branch: simplify_scenario
Log Message:

fixing old c...


diffs (16 lines):

diff --git a/monetdb5/mal/mal_client.h b/monetdb5/mal/mal_client.h
--- a/monetdb5/mal/mal_client.h
+++ b/monetdb5/mal/mal_client.h
@@ -44,9 +44,9 @@ typedef struct CLIENT_INPUT {
        struct CLIENT_INPUT *next;
 } ClientInput;
 
-typedef struct CLIENT *Client;
-typedef str (*init_client)(Client, const char *, const char *, const char *);
-typedef void (*engine_fptr)(Client);
+struct CLIENT;
+typedef str (*init_client)(struct CLIENT *, const char *, const char *, const 
char *);
+typedef void (*engine_fptr)(struct CLIENT *);
 
 typedef struct CLIENT {
        int idx;        /* entry in mal_clients (-1 if free) */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to