/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.38 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ namespace BerkeleyDB.Internal { using System; using System.Runtime.InteropServices; internal class libdb_csharp { internal static string db_strerror(int errno) { string ret = libdb_csharpPINVOKE.db_strerror(errno); return ret; } internal static int log_compare(DB_LSN lsn0, DB_LSN lsn1) { return libdb_csharpPINVOKE.log_compare(DB_LSN.getCPtr(lsn0), DB_LSN.getCPtr(lsn1)); } internal static void __os_ufree(DB_ENV dbenv, IntPtr ptr) { libdb_csharpPINVOKE.__os_ufree(DB_ENV.getCPtr(dbenv), ptr); } } }