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
057b6665
Commit
057b6665
authored
Jun 14, 1996
by
David Byers
Browse files
(Number_list): New data type
parent
7a0b5ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
057b6665
/*
* $Id: kom-types.h,v 0.1
6
199
5/11/02 21:54:07 ced
er Exp $
* $Id: kom-types.h,v 0.1
7
199
6/06/14 16:10:12 by
er
s
Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -333,12 +333,16 @@ typedef struct {
Pers_no
*
persons
;
}
Pers_list
;
typedef
struct
{
unsigned
short
no_of_confs
;
Membership
*
confs
;
}
Membership_list
;
typedef
struct
{
unsigned
short
length
;
long
*
data
;
}
Number_list
;
/* The Info struct */
typedef
struct
{
...
...
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