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

« back to all changes in this revision

Viewing changes to lib/abyss/src/socket_win.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
 
#ifndef SOCKET_WIN_H_INCLUDED
2
 
#define SOCKET_WIN_H_INCLUDED
3
 
 
4
 
void
5
 
SocketWinInit(abyss_bool * const succeededP);
6
 
 
7
 
void
8
 
SocketWinTerm(void);
9
 
 
10
 
#endif
 
1
#ifndef SOCKET_WIN_H_INCLUDED
 
2
#define SOCKET_WIN_H_INCLUDED
 
3
 
 
4
void
 
5
SocketWinInit(const char ** const errorP);
 
6
 
 
7
void
 
8
SocketWinTerm(void);
 
9
 
 
10
#endif