diff options
author | Andreas Schneider <asn@samba.org> | 2012-06-22 15:38:25 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-07-03 21:56:49 +0200 |
commit | 98ab0740946f8ffff72e96465270efaea01e9459 (patch) | |
tree | 2a03ae212c89f75bac2154c0ce7c734a2ab64de8 /source3/include | |
parent | c87acebd7e8d0a28064699564088fb558c34c4f2 (diff) | |
download | samba-98ab0740946f8ffff72e96465270efaea01e9459.tar.gz samba-98ab0740946f8ffff72e96465270efaea01e9459.tar.bz2 samba-98ab0740946f8ffff72e96465270efaea01e9459.zip |
s3-printing: Remove deprecated lp_printer_admin().
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1fced14d1d..979bcfe0ce 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1263,7 +1263,6 @@ char *lp_force_user(int ); char *lp_force_group(int ); const char **lp_readlist(int ); const char **lp_writelist(int ); -const char **lp_printer_admin(int ); char *lp_fstype(int ); const char **lp_vfs_objects(int ); char *lp_msdfs_proxy(int ); |