~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to plugins/stable/output/erlang/erlang.h

  • Committer: Package Import Robot
  • Author(s): Olivier Girondel
  • Date: 2011-10-22 21:04:28 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111022210428-98wk8rbx1mj3wuzo
Tags: 3.13-1
* New upstream release 3.13.
* Put all library flags in LIBS instead of LDFLAGS. (Closes: #647100)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __ERLANG_H
 
2
#define __ERLANG_H
 
3
 
 
4
#include <arpa/inet.h>
 
5
#include "context.h"
 
6
#include "sequences.h"
 
7
 
 
8
#define BUFLEN 1024
 
9
 
 
10
/* commands */
 
11
#define CMD_CHAR             'C'
 
12
#define STOP_CHAR            'S'
 
13
#define UPDATE_CHAR          'U'
 
14
#define UPDATE_COLORMAP_CHAR 'C'
 
15
#define UPDATE_PICTURE_CHAR  'P'
 
16
#define UPDATE_SEQUENCE_CHAR 'S'
 
17
 
 
18
#endif /* __ERLANG_H */