File: prototype.h

package info (click to toggle)
geda-utils 20050313-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,288 kB
  • ctags: 671
  • sloc: ansic: 4,494; sh: 3,654; perl: 1,217; python: 891; lex: 887; awk: 362; makefile: 152
file content (18 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* g_rc.c */
SCM g_rc_gschlas_version(SCM version);
SCM g_rc_force_boundingbox(SCM mode);
/* g_register.c */
void g_register_funcs(void);
SCM g_quit(void);
/* globals.c */
void o_select_dummy(TOPLEVEL *w_current, OBJECT *o_current, int type, int count);
/* gschlas.c */
void gschlas_quit(void);
void main_prog(void *closure, int argc, char *argv[]);
int main(int argc, char *argv[]);
/* i_vars.c */
void i_vars_set(TOPLEVEL *pr_current);
void i_vars_setnames(TOPLEVEL *w_current);
/* parsecmd.c */
void usage(char *cmd);
int parse_commandline(int argc, char *argv[]);