Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
0004  */
0005 
0006 #ifndef IMAGES_H
0007 #define IMAGES_H
0008 
0009 #ifdef __cplusplus
0010 extern "C" {
0011 #endif
0012 
0013 extern const char * const xpm_load[];
0014 extern const char * const xpm_save[];
0015 extern const char * const xpm_back[];
0016 extern const char * const xpm_tree_view[];
0017 extern const char * const xpm_single_view[];
0018 extern const char * const xpm_split_view[];
0019 extern const char * const xpm_symbol_no[];
0020 extern const char * const xpm_symbol_mod[];
0021 extern const char * const xpm_symbol_yes[];
0022 extern const char * const xpm_choice_no[];
0023 extern const char * const xpm_choice_yes[];
0024 extern const char * const xpm_menu[];
0025 extern const char * const xpm_menu_inv[];
0026 extern const char * const xpm_menuback[];
0027 extern const char * const xpm_void[];
0028 
0029 #ifdef __cplusplus
0030 }
0031 #endif
0032 
0033 #endif /* IMAGES_H */