| List: | Internals | « Previous MessageNext Message » | |
| From: | Jonas Oreland | Date: | May 13 2009 10:01am |
| Subject: | Re: MySQL Reengineering Project | ||
| View as plain text | |||
> and the original pointer change was done by Tomas Ulin, not myself if it's this change you're referring to: > - int (*init)(void); /* the function to invoke when plugin is loaded */ > - int (*deinit)(void); /* the function to invoke when plugin is unloaded */ > + int (*init)(void *); /* the function to invoke when plugin is loaded */ > + int (*deinit)(void *);/* the function to invoke when plugin is unloaded */ then at least bzr seems to disagree with tomas doing it but then again bzr have had bugs before... bzr diff -c'revid:sp1r-brian@zim.(none)-20060915172800-54582' bzr log -c'revid:sp1r-brian@zim.(none)-20060915172800-54582' /pedantic Jonas that admittedly knows nothing about the real subject
