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
AFCLOSE(3) Amberfish AFCLOSE(3)

afclose - close a database

#include af.h

int afclose(const Afclose *r, Afclose_r *rr);

The afclose function closes a database, writing out any buffered data.

The argument r specifies a set of options defined by the following structure:

typedef struct {
	Uint2 dbid;
} Afclose;

The dbid option specifies the descriptor of the database to be closed.

This function returns 0 if it exited normally. If an error occurred, it returns -1 and aferrno is set.

The structure pointed to by rr is not used.

This function returns only "core" errors.


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.