15 lines
210 B
C
15 lines
210 B
C
|
|
#ifndef __SF_QRUTILS_H
|
|
#define __SF_QRUTILS_H
|
|
#if __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
char *nfc_qrencrypt(char *content);
|
|
char *nfc_qrdecrypt(char *content);
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|