projects
/
fio.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Add aio-ring test app
[fio.git]
/
goptions.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef GFIO_OPTIONS_H
2
#define GFIO_OPTIONS_H
3
4
void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
5
void gopt_init(void);
6
void gopt_exit(void);
7
8
#endif