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
aa870c65
Commit
aa870c65
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(enum info_type): Removed Info_type typedef. All types that contain
an enum info_type updated. (Bug 335).
parent
3b61079e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
aa870c65
/*
* $Id: kom-types.h,v 0.4
5
2001/1
1/04 14:20:24
ceder Exp $
* $Id: kom-types.h,v 0.4
6
2001/1
2/28 19:05:06
ceder Exp $
* Copyright (C) 1990-1999, 2001 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -132,7 +132,7 @@ typedef struct {
/* See file doc/Protocol-A.texi */
typedef
enum
{
enum
info_type
{
recpt
=
0
,
/* 0 Recipient (conference) */
cc_recpt
=
1
,
/* 1 Carbon Copy recipient (extra kopia) */
comm_to
=
2
,
/* 2 Comment to (text) */
...
...
@@ -146,7 +146,7 @@ typedef enum {
bcc_recpt
=
15
,
/* 15 BCC recipient (for kannedom) */
unknown_info
=
4711
/* Internal use only. Unknown misc item encountered */
}
Info_type
;
};
typedef
union
{
Conf_no
recipient
;
/* recpt, cc_recpt, bcc_recpt */
...
...
@@ -155,13 +155,13 @@ typedef union {
Time
received_at
;
/* rec_time */
Pers_no
sender
;
/* sent_by */
Time
sent_at
;
/* sent_at */
I
nfo_type
unknown_type
;
/* unknown_info */
enum
i
nfo_type
unknown_type
;
/* unknown_info */
}
Info_datum
;
/* This struct contains miscellaneous information about a text. */
typedef
struct
{
I
nfo_type
type
;
enum
i
nfo_type
type
;
Info_datum
datum
;
}
Misc_info
;
...
...
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