Parent Directory
|
Revision Log
|
Patch
| Revision 3006 | Revision 3007 | ||
|---|---|---|---|
| … | … | ||
| 85 | struct stat buf; | 85 | struct stat buf; |
| 86 | 86 | ||
| 87 | return (stat (pathname, &buf) == 0); | 87 | return (stat (pathname, &buf) == 0); |
| 88 | } | 88 | } |
| 89 | 89 | ||
| 90 | char **env_filter (void); | ||
| 91 | char **env_config (void); | ||
| 92 | |||
| 90 | #endif | 93 | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |