Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
19dcc98c
Commit
19dcc98c
authored
Apr 16, 2001
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't refer to removed files.
parent
a1b16e84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/include/kom-types.h
src/include/kom-types.h
+3
-3
src/server/async.h
src/server/async.h
+3
-3
No files found.
src/include/kom-types.h
View file @
19dcc98c
/*
/*
* $Id: kom-types.h,v 0.4
2 1999
/0
7
/1
0 22:33
:16 ceder Exp $
* $Id: kom-types.h,v 0.4
3 2001
/0
4
/1
6 18:09
:16 ceder Exp $
* Copyright (C) 1990-1999 Lysator Academic Computer Association.
* Copyright (C) 1990-1999 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -94,7 +94,7 @@ typedef time_t Time;
...
@@ -94,7 +94,7 @@ typedef time_t Time;
/*
/*
* The privilige bits: says what priviliges a person has. E g
* The privilige bits: says what priviliges a person has. E g
* if he is allowed to read texts he normally shouldn't be allowed
* if he is allowed to read texts he normally shouldn't be allowed
* to read. See file doc/
security-levels.txt
* to read. See file doc/
Protocol-A.texi.
*/
*/
typedef
struct
{
typedef
struct
{
unsigned
int
wheel
:
1
;
unsigned
int
wheel
:
1
;
...
@@ -131,7 +131,7 @@ typedef struct {
...
@@ -131,7 +131,7 @@ typedef struct {
}
Personal_flags
;
}
Personal_flags
;
/* See file doc/
misc_items
*/
/* See file doc/
Protocol-A.texi
*/
typedef
enum
{
typedef
enum
{
recpt
=
0
,
/* 0 Recipient (conference) */
recpt
=
0
,
/* 0 Recipient (conference) */
cc_recpt
=
1
,
/* 1 Carbon Copy recipient (extra kopia) */
cc_recpt
=
1
,
/* 1 Carbon Copy recipient (extra kopia) */
...
...
src/server/async.h
View file @
19dcc98c
/*
/*
* $Id: async.h,v 0.1
6 1999/05/30 09:25:06
ceder Exp $
* $Id: async.h,v 0.1
7 2001/04/16 18:09:15
ceder Exp $
* Copyright (C) 1991, 1994-1999 Lysator Academic Computer Association.
* Copyright (C) 1991, 1994-1999 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 mail bug reports to bug-lyskom@lysator.liu.se.
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
*/
/*
/*
* $Id: async.h,v 0.1
6 1999/05/30 09:25:06
ceder Exp $
* $Id: async.h,v 0.1
7 2001/04/16 18:09:15
ceder Exp $
*
*
* This file contains the parts of the async protocol that are common
* This file contains the parts of the async protocol that are common
* to the server and the client.
* to the server and the client.
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#define LYSKOM_ASYNC_H
#define LYSKOM_ASYNC_H
/*
/*
* What does this packet contain? (See doc/
com-spec
)
* What does this packet contain? (See doc/
Protocol-A.texi
)
*/
*/
typedef
enum
{
typedef
enum
{
ay_new_text_old
=
0
,
ay_new_text_old
=
0
,
...
...
Write
Preview
Markdown
is supported
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