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
f8c31ff4
Commit
f8c31ff4
authored
Jul 10, 1999
by
Per Cederqvist
Browse files
(aux_item_def_check_trigger): Added static qualifier.
(aux_item_def_check_validate): Likewise.
parent
7370c801
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/aux-item-def-parse.y
View file @
f8c31ff4
%{
/*
* $Id: aux-item-def-parse.y,v 1.
9
1999/0
5/31 12:17:02 by
er
s
Exp $
* $Id: aux-item-def-parse.y,v 1.
10
1999/0
7/10 22:33:03 ced
er Exp $
* Copyright (C) 1994-1996, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -147,6 +147,7 @@ static int aux_item_def_check_assign(const char *,
struct aux_item_def_value_type *,
int);
static const char *aux_item_def_typename(int);
static
short aux_item_def_check_trigger(const char *check_name,
int type,
String trigger_name,
...
...
@@ -154,6 +155,7 @@ short aux_item_def_check_trigger(const char *check_name,
unsigned long *counter,
Aux_item_trigger **triggers);
static
short aux_item_def_check_validate(const char *check_name,
String field_name,
int type,
...
...
@@ -429,12 +431,12 @@ static int aux_item_def_check_assign(const char *id,
}
}
short aux_item_def_check_trigger(const char *check_name,
int type,
String trigger_name,
String function_name,
unsigned long *counter,
Aux_item_trigger **triggers)
static
short aux_item_def_check_trigger(const char *check_name,
int type,
String trigger_name,
String function_name,
unsigned long *counter,
Aux_item_trigger **triggers)
{
Aux_item_trigger trigger;
char *tmp_string;
...
...
@@ -541,11 +543,11 @@ void parse_aux_item_definitions(char *file)
}
short aux_item_def_check_validate(const char *check_name,
String field_name,
int type,
String data,
Aux_item_definition *def)
static
short aux_item_def_check_validate(const char *check_name,
String field_name,
int type,
String data,
Aux_item_definition *def)
{
Aux_item_validation_function validator;
char *tmp_string;
...
...
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