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
75437adc
Commit
75437adc
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
(get_last_text): Now takes a (struct tm *) in both the server and
client parts.
parent
1b2d9d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/services.h
View file @
75437adc
/*
* $Id: services.h,v 0.1
4
1993/10/1
0 22:38:15
ceder Exp $
* $Id: services.h,v 0.1
5
1993/10/1
2 23:25:12
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -442,13 +442,9 @@ KOM_( get_time (struct tm *clock));
/*
* Gets the last text before a given time.
*/
#ifdef SERVER
extern
Success
KOM_
(
get_last_text
(
time_t
time
,
Text_no
*
result
));
#else
/* CLIENT */
extern
Success
KOM_
(
get_last_text
(
struct
tm
*
clock
,
Text_no
*
result
));
#endif
/*
* Return next/previous existing text-no.
...
...
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