> > I'm just guessing, but if you do > char *tmp[] = {"helohost", NULL}; > and then call it like > return callback(ctx, "helo", tmp); > it might work. > > This might be off topic for the gcc mailing list. > > Bob Rossi ok, I try that. Thanks for the help. Mike