~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to linc2/include/linc/linc-protocol.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        LINK_NET_ID_IS_LOCAL,
75
75
        LINK_NET_ID_IS_SHORT_HOSTNAME,
76
76
        LINK_NET_ID_IS_FQDN,
77
 
        LINK_NET_ID_IS_IPADDR
 
77
        LINK_NET_ID_IS_IPADDR,
 
78
        LINK_NET_ID_IS_CUSTOM
78
79
} LinkNetIdType;
79
80
 
80
81
 
84
85
char                    *link_get_tmpdir        (void);
85
86
void                     link_set_tmpdir        (const char *dir);
86
87
void                     link_use_local_hostname (LinkNetIdType use);
 
88
void                     link_set_local_hostname (const char *host_id);
87
89
const char*              link_get_local_hostname (void);
88
90
 
89
91
G_END_DECLS