diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-12-04 00:34:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-04 00:34:01 +0000 |
commit | a91ad1af090d316e710965b670ef399bdbd80b82 (patch) | |
tree | 24cdf0f69e6f73a09194dc5ded68eac938ef9837 /src/include/commands/user.h | |
parent | 4c04f7724ed4b9aa798810f2cd016b6520a4f2a6 (diff) |
Missed a few files from Todd's patch...oops :)
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r-- | src/include/commands/user.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h new file mode 100644 index 00000000000..1994b0bcd12 --- /dev/null +++ b/src/include/commands/user.h @@ -0,0 +1,17 @@ +/*------------------------------------------------------------------------- + * + * user.h-- + * + * + * + * + *------------------------------------------------------------------------- + */ +#ifndef USER_H +#define USER_H + +extern void DefineUser(CreateUserStmt *stmt); +extern void AlterUser(AlterUserStmt *stmt); +extern void RemoveUser(char* user); + +#endif /* USER_H */ |