Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krmaet
/
Lennubroneerimis_tarkvara
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6d558436
authored
Mar 19, 2023
by
krmaet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
2d8be98e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
changedata.h
changedata.h
0 → 100644
View file @
6d558436
#ifndef CHANGEDATA_H
#define CHANGEDATA_H
#include <ncurses.h>
#include "main.h"
#define USER_OPTIONS_CNT 5
#define ADMIN_OPTIONS_CNT 3
#define ASSISTANT_OPTIONS_CNT 3
#define STR_MAX 128
#define BOOKING_NUM 9
int
optionMenu
(
char
*
options
[],
int
count
,
char
buffer
[
STR_MAX
],
int
*
row
,
int
*
col
);
void
CheckIn
(
int
*
row
,
int
*
col
);
void
CheckBooking
(
char
*
bookingNumber
,
int
*
row
,
int
*
col
);
void
ChangeName
(
char
*
booking
,
int
*
row
,
int
*
col
);
void
ChangeDocument
(
char
*
booking
,
int
*
row
,
int
*
col
);
void
ChangeBaggage
(
char
*
booking
,
int
*
row
,
int
*
col
);
#endif
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