creation variable

I want to define a variable like this. Can i declare such type?
I have already define this, but error is displaying sysntax error. So tell me what will be the write.

int create_mailfile(int,char*,char*,char*,char*,char*,char*);

this is your fn signature,
why do you call it as variable ?

Could you please provide some more info?