diff options
author | Kai Blin <kai@samba.org> | 2008-05-14 09:01:53 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-20 14:27:56 +0200 |
commit | 00f6ad7b5a7ea684b329c2ce68ada77036c94b08 (patch) | |
tree | 38786f9c4eb324124dcbdcc7dea6930169389f94 /source3/utils/net_afs.h | |
parent | b5965290417200a52da1f4c87f745a7044e84453 (diff) | |
download | samba-00f6ad7b5a7ea684b329c2ce68ada77036c94b08.tar.gz |
net: Split out "net afs"
(This used to be commit 3f10527f79dddff703d31588cad3e9f37176565b)
Diffstat (limited to 'source3/utils/net_afs.h')
-rw-r--r-- | source3/utils/net_afs.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/source3/utils/net_afs.h b/source3/utils/net_afs.h new file mode 100644 index 00000000000..31606dd7170 --- /dev/null +++ b/source3/utils/net_afs.h @@ -0,0 +1,29 @@ +/* + Samba Unix/Linux SMB client library + net afs commands + Copyright (C) 2008 Kai Blin (kai@samba.org) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef _NET_AFS_H_ +#define _NET_AFS_H_ + +int net_afs_usage(struct net_context *c, int argc, const char **argv); +int net_afs_key(struct net_context *c, int argc, const char **argv); +int net_afs_impersonate(struct net_context *c, int argc, + const char **argv); +int net_afs(struct net_context *c, int argc, const char **argv); + +#endif /*_NET_AFS_H_*/ |