GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XOSD_DESTROY(3xosd) XOSD_DESTROY(3xosd)

xosd_destroy - Destroy an XOSD object

#include <xosd.h>

int xosd_destroy (xosd *osd);

xosd_destroy destroys an XOSD object freeing up any memory used. The osd object must have been created by xosd_create(3xosd).

osd
The object to destroy.

On success 1 is returned, otherwise 0 is returned and xosd_error is set to indicate the reason for the error.

char *xosd_error
A string to a text string describing the error, if one occurred.

The xosd_destroy function first appeared in version 2.0 of the XOSD library, replacing the now depricated xosd_uninit function.

The XOSD library was originally written by André Renaud, and is currenly maintained by Tim Wright. This document was written by Michael JasonSmith.

There are no known bugs with xosd_destroy. Bug reports can be sent to <xosd@ignavus.net>.

xosd_create(3xosd)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.