Skip to content
GitLab
Menu
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
c5b822d8
Commit
c5b822d8
authored
Aug 20, 2003
by
Per Cederqvist
Browse files
(is_supervisor_2): Removed.
(person_text_read_access): Removed.
parent
4d3e9959
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/manipulate.h
View file @
c5b822d8
/*
/*
* $Id: manipulate.h,v 0.4
2
2003/08/20
08:23:52
ceder Exp $
* $Id: manipulate.h,v 0.4
3
2003/08/20
10:25:00
ceder Exp $
* Copyright (C) 1991-1994, 1996-2002 Lysator Academic Computer Association.
* Copyright (C) 1991-1994, 1996-2002 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
*/
/*
/*
* $Id: manipulate.h,v 0.4
2
2003/08/20
08:23:52
ceder Exp $
* $Id: manipulate.h,v 0.4
3
2003/08/20
10:25:00
ceder Exp $
*
*
* manipulate.h
* manipulate.h
*
*
...
@@ -296,11 +296,6 @@ Bool
...
@@ -296,11 +296,6 @@ Bool
is_supervisor
(
Conf_no
conf
,
is_supervisor
(
Conf_no
conf
,
const
Connection
*
viewer
);
const
Connection
*
viewer
);
extern
Bool
is_supervisor_2
(
Conf_no
conf
,
Pers_no
viewer
,
const
Person
*
viewer_p
);
/* May be NULL */
extern
Bool
extern
Bool
is_strictly_supervisor
(
Conf_no
conf
,
is_strictly_supervisor
(
Conf_no
conf
,
Pers_no
viewer
,
Pers_no
viewer
,
...
@@ -443,15 +438,6 @@ text_read_access(const Connection *conn,
...
@@ -443,15 +438,6 @@ text_read_access(const Connection *conn,
Text_no
text_no
,
Text_no
text_no
,
const
Text_stat
*
text_stat
);
const
Text_stat
*
text_stat
);
/* Check if ``pers_no'' is allowed to read a text. Please use
text_read_access() instead if possible. */
extern
Bool
person_text_read_access
(
Text_no
text_no
,
const
Text_stat
*
text_stat
,
Pers_no
pers_no
,
const
Person
*
pers_stat
);
/*
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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