8 lines
222 B
C
8 lines
222 B
C
|
#ifndef DISPASS_H
|
||
|
#define DISPASS_H
|
||
|
|
||
|
char *dispass1(char *label, char *password, int len, long long unsigned seqno);
|
||
|
char *dispass2(char *label, char *password, int len, long long unsigned seqno);
|
||
|
|
||
|
#endif /* DISPASS_H */
|