Originally posted by kedaman
Code:
returntype function(&yourstruct localname){
}
I think this is supposed to be:
Code:
returntype function(yourstruct& localname){
}