Added support for DE200C VFD
[lcdproc-de200c.git] / clients / lcdvc / lcd_link.h
blobd80aad3236cf876d0fbb9f699705e38236789225
1 #ifndef LCD_LINK_H
2 #define LCD_LINK_H
4 extern char *address;
5 extern int port;
7 int connect_and_setup(void);
8 int read_response(char *str, int maxsize);
9 int process_response(char *str);
10 int update_display(void);
11 int send_nop(void);
13 #endif