diff options
Diffstat (limited to 'browse.h')
-rw-r--r-- | browse.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,8 +28,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef VAULT_BROWSE_H -#define VAULT_BROWSE_H +#ifndef BROWSE_H +#define BROWSE_H #include <kcgi.h> @@ -41,4 +41,4 @@ */ void browse(struct kreq *); -#endif /* VAULT_BROWSE_H */ +#endif /* BROWSE_H */ |