mirror of
https://tinyplantnews.com/git2/ldaphotos
synced 2025-01-11 02:45:14 +00:00
7 lines
121 B
C
7 lines
121 B
C
|
#ifndef MANIPULATIONS
|
||
|
#define MANIPULATIONS
|
||
|
|
||
|
char * atohex(unsigned char * a, size_t len, unsigned int * aalen);
|
||
|
|
||
|
#endif
|