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
7e988c41
Commit
7e988c41
authored
Sep 08, 2002
by
Per Cederqvist
Browse files
(Info): Change highest_aux_no from long to unsigned long, since that
is what aux_item_list_add_items() wants it to be.
parent
02e23a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
7e988c41
/*
* $Id: kom-types.h,v 0.5
0
2002/0
3/29 22:29:52
ceder Exp $
* $Id: kom-types.h,v 0.5
1
2002/0
9/08 10:40:40
ceder Exp $
* Copyright (C) 1990-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -364,7 +364,7 @@ typedef struct {
Conf_no
motd_conf
;
/* Conf that receive motds */
Conf_no
kom_news_conf
;
/* News about kom */
Text_no
motd_of_lyskom
;
/* To be displayed after login */
long
highest_aux_no
;
/* Last aux-item number */
unsigned
long
highest_aux_no
;
/* Last aux-item number */
Aux_item_list
aux_item_list
;
/* System aux items */
/* and maybe more... */
}
Info
;
...
...
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