Skip to content
Snippets Groups Projects
Commit 9ed461f6 authored by Linus Tolke's avatar Linus Tolke
Browse files

New define: EMPTY_tm_i

parent 029d5b55
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: kom-types.h,v 0.3 1991/10/23 16:20:16 ceder Exp $ * $Id: kom-types.h,v 0.4 1991/11/10 17:45:27 linus Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -607,5 +607,6 @@ typedef struct { ...@@ -607,5 +607,6 @@ typedef struct {
#define EMPTY_WHO_INFO_LIST_i ((Who_info_list) { 0, NULL }) #define EMPTY_WHO_INFO_LIST_i ((Who_info_list) { 0, NULL })
extern const Who_info_list EMPTY_WHO_INFO_LIST; extern const Who_info_list EMPTY_WHO_INFO_LIST;
#define EMPTY_tm_i 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0
#endif /* ifndef KOM_TYPES_H_ALREADY_INCLUDED__ */ #endif /* ifndef KOM_TYPES_H_ALREADY_INCLUDED__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment