diff options
author | jcid <devnull@localhost> | 2007-12-31 22:48:27 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-31 22:48:27 +0100 |
commit | 0d3317a996c798daf61d38e84f02fc6e049ee20d (patch) | |
tree | d1581808b35b2f95aab366aad247c29aaf8e8355 /dpid/dpid.c | |
parent | 23dc7e05cd91ba61ac1722b6e113b50368a808d9 (diff) |
Implemented the SELECT element in FORMS!
Diffstat (limited to 'dpid/dpid.c')
-rw-r--r-- | dpid/dpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpid/dpid.c b/dpid/dpid.c index 46c80109..f62aab5f 100644 --- a/dpid/dpid.c +++ b/dpid/dpid.c @@ -38,7 +38,7 @@ volatile sig_atomic_t caught_sigchld = 0; /*! Return the basename of a filename */ -char *get_basename(char *filename) +static char *get_basename(char *filename) { char *p; |