| LFC_ABORTTRANS(3) | LFC Library Functions | LFC_ABORTTRANS(3) | 
lfc_aborttrans - abort a transaction
#include <sys/types.h>
  
  #include "lfc_api.h"
int lfc_aborttrans (void)
lfc_aborttrans aborts a transaction. A ROLLBACK is executed for all updates done since lfc_starttrans. The connection to the Name Server is closed.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
| $Date: 2004/10/06 15:27:57 $ | LFC |