mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
delete generated files
BitKeeper/deleted/.del-rpc_server_ext.h~952741fb85de2b80: Delete: bdb/include/rpc_server_ext.h BitKeeper/deleted/.del-rpc_client_ext.h~85436ca9b5691338: Delete: bdb/include/rpc_client_ext.h BitKeeper/etc/ignore: added bdb/include/rpc_client_ext.h
This commit is contained in:
parent
11b0c8322b
commit
cc32440ce9
@ -291,3 +291,5 @@ myisam/test1.MYD
|
||||
myisam/test1.MYI
|
||||
.gdbinit
|
||||
.vimrc
|
||||
bdb/include/rpc_server_ext.h
|
||||
bdb/include/rpc_client_ext.h
|
||||
|
@ -1,19 +0,0 @@
|
||||
/* DO NOT EDIT: automatically built by dist/s_include. */
|
||||
#ifndef _rpc_client_ext_h_
|
||||
#define _rpc_client_ext_h_
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
int __dbcl_envserver __P((DB_ENV *, char *, long, long, u_int32_t));
|
||||
int __dbcl_refresh __P((DB_ENV *));
|
||||
int __dbcl_txn_close __P((DB_ENV *));
|
||||
void __dbcl_txn_end __P((DB_TXN *));
|
||||
int __dbcl_c_destroy __P((DBC *));
|
||||
void __dbcl_c_refresh __P((DBC *));
|
||||
int __dbcl_c_setup __P((long, DB *, DBC **));
|
||||
int __dbcl_retcopy __P((DB_ENV *, DBT *, void *, u_int32_t));
|
||||
int __dbcl_dbclose_common __P((DB *));
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
#endif /* _rpc_client_ext_h_ */
|
@ -1,21 +0,0 @@
|
||||
/* DO NOT EDIT: automatically built by dist/s_include. */
|
||||
#ifndef _rpc_server_ext_h_
|
||||
#define _rpc_server_ext_h_
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
void __db_stats_freelist __P((__db_stat_statsreplist **));
|
||||
void __dbsrv_settimeout __P((ct_entry *, u_int32_t));
|
||||
void __dbsrv_timeout __P((int));
|
||||
void __dbclear_ctp __P((ct_entry *));
|
||||
void __dbdel_ctp __P((ct_entry *));
|
||||
ct_entry *new_ct_ent __P((u_int32_t *));
|
||||
ct_entry *get_tableent __P((long));
|
||||
void __dbsrv_active __P((ct_entry *));
|
||||
int __dbc_close_int __P((ct_entry *));
|
||||
int __dbenv_close_int __P((long, int));
|
||||
char *get_home __P((char *));
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
#endif /* _rpc_server_ext_h_ */
|
Loading…
x
Reference in New Issue
Block a user