Send http to emoncms using arduino nano + enc28j60 + ds18b20

Hello,
I want to use this code Arduino uno + ethernet shield | Archived Forum and

for verifying the reported error on line:

char line_buf[50];
exit status 1
expected ‘,’ or ‘;’ before ‘char’

OneWire oneWire(ONE_WIRE_BUS);
exit status 1
expected ‘,’ or ‘;’ before ‘OneWire’

(error in line char website[] PROGMEM = “xx.xx.xx.xx”; solved, replaced with const char website[] PROGMEM = “xx.xx.xx.xx”;)

Can someone help what is wrong? Or someone has a solution how to send data from more sensors DS18B20 to emoncms with Arduino + Ethernet Shield?

Solved, I missed a semicolon in the code :imp: