Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f8c31ff4
Commit
f8c31ff4
authored
Jul 10, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
src/server/aux-item-def-parse.y
src/server/aux-item-def-parse.y
+14
-12
No files found.
src/server/aux-item-def-parse.y
View file @
f8c31ff4
%{
/*
* $Id: aux-item-def-parse.y,v 1.
9 1999/05/31 12:17:02 byers
Exp $
* $Id: aux-item-def-parse.y,v 1.
10 1999/07/10 22:33:03 ceder
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)
s
tatic s
hort 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)
s
tatic s
hort 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
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