Review comments

This commit is contained in:
Benedikt Reinartz
2021-05-18 07:20:58 +02:00
parent 5fb273fb60
commit ee5789ebc7
3 changed files with 27 additions and 6 deletions

View File

@@ -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