mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
Review comments
This commit is contained in:
@@ -19,13 +19,17 @@
|
||||
#ifndef _mdbprivate_h_
|
||||
#define _mdbprivate_h_
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
/*
|
||||
* This header is for stuff lacking a MDB_ or mdb_ something, so they won't be
|
||||
* exported to calling programs.
|
||||
* This header is for stuff lacking a MDB_ or mdb_ something, or functions only
|
||||
* used within mdbtools so they won't be exported to calling programs.
|
||||
*/
|
||||
|
||||
#ifndef HAVE_G_MEMDUP2
|
||||
#define g_memdup2 g_memdup
|
||||
#endif
|
||||
|
||||
void mdb_rc4(unsigned char *key, guint32 key_len, unsigned char *buf, guint32 buf_len);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user