Skip to content

Commit

Permalink
new user
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolina authored and Karolina committed May 31, 2012
1 parent e51c14e commit 6f4674a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Skunk.hpp
Expand Up @@ -18,6 +18,7 @@ struct Auth {
virtual bool verify(std::string&, std::string&) = 0;
virtual bool canGET(std::string&, int) = 0;
virtual bool canPOST(std::string&, int) = 0;
virtual void addUser(std::string , std::string ) = 0;
};

struct SimpleAuth : Auth {
Expand Down

0 comments on commit 6f4674a

Please sign in to comment.