createTicket working, solves #3
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
|
||||
#include "dao.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int handle_create(Dao *dao, string title, string description);
|
||||
int handle_create(Dao *dao, std::string title, std::string description);
|
||||
int handle_list(Dao *dao);
|
||||
int handle_list(Dao *dao, string status);
|
||||
int handle_list(Dao *dao, std::string status);
|
||||
int handle_detail(Dao *dao, unsigned long id);
|
||||
|
||||
#endif // HANDLER_H
|
||||
|
||||
Reference in New Issue
Block a user