Skip to content

Commit 2fdd453

Browse files
committed
delete
1 parent 28b3f34 commit 2fdd453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mysql.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ void sql_unlocked(const std::string& DeleteName);
88
void sql_add(const std::string& username, const std::string& passwd, int avatar);
99
bool sql_check(const std::string&, const std::string& passwd = "@DEFAULT@");
1010
void sql_addhistory(const std::string&, const std::string&, const std::string&, const std::string&);
11-
void sql_addconnect(std::string connectptr);
1211

1312
void sql_addrequest(const std::string& send, const std::string& receiver);
1413
void sql_process_request(const std::string&, const std::string&, const std::string&);

0 commit comments

Comments
 (0)