~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/System/Link/tm_link.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include "tree.hpp"
15
15
#include "command.hpp"
16
16
 
17
 
 
18
17
#define CONNECTION_DEAD    0
19
18
#define CONNECTION_DYING   1
20
19
#define WAITING_FOR_INPUT  2
83
82
tm_link make_socket_server (int port);
84
83
tm_link find_socket_link (int fd);
85
84
 
 
85
void close_all_pipes ();
 
86
void close_all_sockets ();
 
87
void close_all_servers ();
 
88
int  number_of_servers ();
 
89
 
86
90
#endif // TM_LINK_H