~benklop/+junk/lcdproc

« back to all changes in this revision

Viewing changes to clients/lcdvc/lcd_link.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Yoder (Launchpad)
  • Date: 2009-10-11 18:21:07 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011182107-twnkyhv1f63lzq3o
Tags: 0.5.3-0ubuntu1
* New upstream version 0.5.3 (LP: #432669)
* Merge source patches from 0.5.2-3 
  - LCDd.conf: Change driver path
  - clients/lcdproc/machine_Linux.c: Change ifdef
* Add clients/examples/lcdident.pl to debian files 
* Updated debian/rules:
  - Cleaned up whitespace
  - Changed config.guess/config.sub lines 
* Added a delay to server/drivers/imonlcd.c for slower models
* Added dependency on autotools-dev to fix launchpad build issue 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
extern char *address;
5
5
extern int port;
6
6
 
7
 
int connect_and_setup(void);
 
7
int setup_connection(void);
 
8
int teardown_connection(void);
8
9
int read_response(char *str, int maxsize);
9
10
int process_response(char *str);
10
11
int update_display(void);