projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Document all incomplete symbols
[projects/chimara/chimara.git]
/
libchimara
/
glkunix.h
1
#ifndef __GLKUNIX_H__
2
#define __GLKUNIX_H__
3
4
#include <glib.h>
5
#include <libchimara/glkstart.h>
6
7
G_GNUC_INTERNAL gboolean parse_command_line(glkunix_argumentlist_t glkunix_arguments[], int argc, char *argv[], glkunix_startup_t *data);
8
9
#endif