~ubuntu-branches/ubuntu/natty/xmlrpc-c/natty

« back to all changes in this revision

Viewing changes to lib/abyss/src/socket_unix.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-01-06 18:56:02 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110106185602-09og2x3suqlzbf6s
Tags: 1.16.32-0ubuntu1
* New upstream version (stable release). LP: #659591.
  - No unresolved symbols in the shared libraries. LP: #690779.
  - Builds with --no-add-needed and --as-needed.
* Rename shared library packages.
* Add symbols files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef SOCKET_UNIX_H_INCLUDED
2
2
#define SOCKET_UNIX_H_INCLUDED
3
3
 
 
4
#include <sys/socket.h>
 
5
 
 
6
#include <xmlrpc-c/abyss.h>
 
7
 
4
8
void
5
 
SocketUnixInit(abyss_bool * const succeededP);
 
9
SocketUnixInit(const char ** const errorP);
6
10
 
7
11
void
8
12
SocketUnixTerm(void);