Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nccf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
702
Provoz
nccf
Commits
a0252cb0
Commit
a0252cb0
authored
16 years ago
by
Yorhel
Browse files
Options
Downloads
Patches
Plain Diff
Removing extern keyword from function declarations
Because that's the default, anyway.
parent
c89686a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ncdu.h
+16
-16
16 additions, 16 deletions
src/ncdu.h
with
16 additions
and
16 deletions
src/ncdu.h
+
16
−
16
View file @
a0252cb0
...
...
@@ -162,24 +162,24 @@ extern int subwinr, subwinc;
* G L O B A L F U N C T I O N S
*/
/* util.c */
extern
char
*
cropdir
(
const
char
*
,
int
);
extern
char
*
cropsize
(
const
off_t
);
extern
char
*
fullsize
(
const
off_t
);
extern
void
ncresize
(
void
);
extern
void
nccreate
(
int
,
int
,
char
*
);
extern
void
ncprint
(
int
,
int
,
char
*
,
...);
extern
struct
dir
*
freedir
(
struct
dir
*
);
extern
char
*
getpath
(
struct
dir
*
,
char
*
);
char
*
cropdir
(
const
char
*
,
int
);
char
*
cropsize
(
const
off_t
);
char
*
fullsize
(
const
off_t
);
void
ncresize
(
void
);
void
nccreate
(
int
,
int
,
char
*
);
void
ncprint
(
int
,
int
,
char
*
,
...);
struct
dir
*
freedir
(
struct
dir
*
);
char
*
getpath
(
struct
dir
*
,
char
*
);
/* calc.c */
extern
struct
dir
*
showCalc
(
char
*
);
struct
dir
*
showCalc
(
char
*
);
/* browser.c */
extern
void
drawBrowser
(
int
);
extern
void
showBrowser
(
void
);
void
drawBrowser
(
int
);
void
showBrowser
(
void
);
/* help.c */
extern
void
showHelp
(
void
);
void
showHelp
(
void
);
/* delete.c */
extern
struct
dir
*
showDelete
(
struct
dir
*
);
struct
dir
*
showDelete
(
struct
dir
*
);
/* exclude.c */
extern
void
addExclude
(
char
*
);
extern
int
addExcludeFile
(
char
*
);
extern
int
matchExclude
(
char
*
);
void
addExclude
(
char
*
);
int
addExcludeFile
(
char
*
);
int
matchExclude
(
char
*
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment