ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.146 by root, Mon Feb 14 18:47:54 2005 UTC vs.
Revision 1.147 by root, Wed Feb 16 20:32:05 2005 UTC

80/* 80/*
81 ***************************************************************************** 81 *****************************************************************************
82 * PROTOTYPES 82 * PROTOTYPES
83 ***************************************************************************** 83 *****************************************************************************
84 */ 84 */
85// main.C
85RETSIGTYPE rxvt_Child_signal (int sig); 86RETSIGTYPE rxvt_Child_signal (int sig);
86RETSIGTYPE rxvt_Exit_signal (int sig); 87RETSIGTYPE rxvt_Exit_signal (int sig);
87void rxvt_clean_exit (); 88void rxvt_clean_exit ();
88void * rxvt_malloc (size_t size); 89void * rxvt_malloc (size_t size);
89void * rxvt_calloc (size_t number, size_t size); 90void * rxvt_calloc (size_t number, size_t size);
90void * rxvt_realloc (void *ptr, size_t size); 91void * rxvt_realloc (void *ptr, size_t size);
92void rxvt_privileges (rxvt_privaction action);
93
94// util.C
91char * rxvt_wcstombs (const wchar_t *str, int len = -1); 95char * rxvt_wcstombs (const wchar_t *str, int len = -1);
92wchar_t * rxvt_mbstowcs (const char *str, int len = -1); 96wchar_t * rxvt_mbstowcs (const char *str, int len = -1);
93char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1); 97char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1);
94wchar_t * rxvt_utf8towcs (const char *str, int len = -1); 98wchar_t * rxvt_utf8towcs (const char *str, int len = -1);
95char * rxvt_strdup (const char *str); 99char * rxvt_strdup (const char *str);
100
101// misc.C
96char * rxvt_r_basename (const char *str); 102char * rxvt_r_basename (const char *str);
97void rxvt_vlog (const char *fmt, va_list arg_ptr); 103void rxvt_vlog (const char *fmt, va_list arg_ptr);
98void rxvt_log (const char *fmt,...); 104void rxvt_log (const char *fmt,...);
99void rxvt_warn (const char *fmt,...); 105void rxvt_warn (const char *fmt,...);
100void rxvt_fatal (const char *fmt,...); 106void rxvt_fatal (const char *fmt,...);
106char ** rxvt_splitcommastring (const char *cs); 112char ** rxvt_splitcommastring (const char *cs);
107void rxvt_freecommastring (char **cs); 113void rxvt_freecommastring (char **cs);
108char * rxvt_File_find (const char *file, const char *ext, const char *path); 114char * rxvt_File_find (const char *file, const char *ext, const char *path);
109void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h); 115void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h);
110void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type); 116void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type);
111
112void rxvt_privileges (rxvt_privaction action);
113 117
114/* 118/*
115 ***************************************************************************** 119 *****************************************************************************
116 * STRUCTURES AND TYPEDEFS 120 * STRUCTURES AND TYPEDEFS
117 ***************************************************************************** 121 *****************************************************************************

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines