Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ee871d2b
Commit
ee871d2b
authored
Sep 22, 2001
by
David Byers
Browse files
(struct Aux_item_definition_s): Added owner_delete field.
(check_delete_aux_item_list): Added owner parameter.
parent
91bc86b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/aux-items.h
View file @
ee871d2b
/*
* $Id: aux-items.h,v 1.1
5
200
0
/09/
06 19:54:29 ced
er Exp $
* $Id: aux-items.h,v 1.1
6
200
1
/09/
22 13:41:25 by
er
s
Exp $
* Copyright (C) 1994-2000 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -127,6 +127,7 @@ struct Aux_item_definition_s {
Bool
system_only
;
Bool
one_per_person
;
Bool
may_not_delete
;
Bool
owner_delete
;
unsigned
long
inherit_limit
;
Bool
texts
;
short
text_a
;
/* When can we add items of this type */
...
...
@@ -264,7 +265,8 @@ commit_aux_item_list(Aux_item_list *list_to_commit);
* not allowed */
Success
check_delete_aux_item_list
(
const
Number_list
*
items_to_delete
,
const
Aux_item_list
*
list_to_delete_from
);
const
Aux_item_list
*
list_to_delete_from
,
const
Conf_no
owner
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment