xpaserver.3 | xpaserver.3 | |||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
XPA XPAInfoNew(char *class, char *name, | XPA XPAInfoNew(char *class, char *name, | |||
int (*info_callback)(), void *info_data, char *info_mode); | int (*info_callback)(), void *info_data, char *info_mode); | |||
int XPAFree(XPA xpa); | int XPAFree(XPA xpa); | |||
void XPAMainLoop(void); | void XPAMainLoop(void); | |||
int XPAPoll(int msec, int maxreq); | int XPAPoll(int msec, int maxreq); | |||
void XPAAtExit(void); | ||||
void XPACleanup(void); | void XPACleanup(void); | |||
Introduction | Introduction | |||
To use the XPA application programming interface, a software develop er | To use the XPA application programming interface, a software develop er | |||
generally will include the xpa.h definitions file: | generally will include the xpa.h definitions file: | |||
#include <xpa.h> | #include <xpa.h> | |||
in the software module that defines or accesses an XPA access point, | in the software module that defines or accesses an XPA access point, | |||
skipping to change at line 70 | skipping to change at line 72 | |||
sends data or commands to this access point or requests data or info r‐ | sends data or commands to this access point or requests data or info r‐ | |||
mation from this access point. A program also can define several sub - | mation from this access point. A program also can define several sub - | |||
commands for a single access point by calling XPACmdNew() and XPACm‐ | commands for a single access point by calling XPACmdNew() and XPACm‐ | |||
dAdd() instead. Having defined one or more public access points in | dAdd() instead. Having defined one or more public access points in | |||
this way, an XPA server program enters its usual event loop (or uses | this way, an XPA server program enters its usual event loop (or uses | |||
the standard XPA event loop). | the standard XPA event loop). | |||
SEE ALSO | SEE ALSO | |||
See xpa(n) for a list of XPA help pages | See xpa(n) for a list of XPA help pages | |||
version 2.1.12 January 26, 2010 xpaserver (3) | version 2.1.13 April 14, 2011 xpaserver (3) | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |