mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
parser and to some degree the builtin handling library.
|
||||
*/
|
||||
|
||||
#ifndef FISH_FUNCTION_H
|
||||
#define FISH_FUNCTION_H
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
/**
|
||||
Initialize function data
|
||||
*/
|
||||
@@ -61,4 +68,4 @@ int function_exists( const wchar_t *name);
|
||||
void function_get_names( array_list_t *list,
|
||||
int get_hidden );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user