mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
This commit is contained in:
7
output.h
7
output.h
@@ -1,6 +1,12 @@
|
||||
/**
|
||||
Constants for various character classifications. Each character of a command string can be classified as one of the following types.
|
||||
*/
|
||||
|
||||
#ifndef FISH_OUTPUT_H
|
||||
#define FISH_OUTPUT_H
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
enum
|
||||
{
|
||||
HIGHLIGHT_NORMAL,
|
||||
@@ -87,3 +93,4 @@ int writespace( int c );
|
||||
|
||||
int output_color_code( const wchar_t *val );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user