summaryrefslogtreecommitdiffstats
path: root/friendfinder/barcode.h
blob: ca00d683da7bb554795743c1be28dad844a8a0ad (plain) (blame)
1
2
3
4
5
6
7
#ifndef __GUI_H_
#define __GUI_H_

void generate_barcode(char* key);

#endif