add flag handling and header guards
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#include <string>
|
||||
// header guard
|
||||
#ifndef _ba_fl_hg_
|
||||
#define _ba_fl_hg_
|
||||
|
||||
void PrintHelp();
|
||||
void PrintVersion();
|
||||
void DeleteLogin(std::string savedir_path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user