Re: error: expected ')' before '*' token -- What is this ?
- From: Richard <rgrdev@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 16:15:01 +0200
Ram Prasad <ramprasad.ap@xxxxxxxxx> writes:
On Jul 31, 5:25 pm, Eric Sosman <esos...@xxxxxxxxxxxxxxxxxxxx> wrote:
Ram Prasad wrote:
Post all the code in that file and then "line 42" will be in context. It
isn't even apparent from above what IS on line 42. "----"? ". . . "? or
SPF_ ?
The file is here
[...]
SPF_result_t spfcheck_s(SPF_request_t *ecm_spf_request, char* ip,
char* helo, char* sender) {
Just a guess: Does the header file (which you didn't show)
declare a type named `SPF_request_t', or does it declare something
slightly different like `SPF_Request_t' or `SPF_request'? (Or
does it declare `struct SPF_request_t' but not `SPF_request_t'?)
--
Eric Sosman
esos...@xxxxxxxxxxxxxxxxxxxx
I am not much of a cprogrammer myself , ( been doing perl all this
while)
But I am willing to improve
Here you go, this is my mdef.h sorry for not posting all src code in
first place.
And you still haven't. There are other includes that people here
probably wont have. milterconfig.h for a start.
I suspect it would be quicker for you to comment/uncomment bit by bit to
find your error yourself.
btw, you include milterconfig.h twice for some reason.
.
- References:
- error: expected ')' before '*' token -- What is this ?
- From: Ram Prasad
- Re: error: expected ')' before '*' token -- What is this ?
- From: Richard
- Re: error: expected ')' before '*' token -- What is this ?
- From: Ram Prasad
- Re: error: expected ')' before '*' token -- What is this ?
- From: Eric Sosman
- Re: error: expected ')' before '*' token -- What is this ?
- From: Ram Prasad
- error: expected ')' before '*' token -- What is this ?
- Prev by Date: Re: error: expected ')' before '*' token -- What is this ?
- Next by Date: Re: error: expected ')' before '*' token -- What is this ?
- Previous by thread: Re: error: expected ')' before '*' token -- What is this ?
- Next by thread: Re: error: expected ')' before '*' token -- What is this ?
- Index(es):
Relevant Pages
|