/[giftcurs]/giFTcurs/src/parse.h
ViewVC logotype

Diff of /giFTcurs/src/parse.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.97 by weinholt, Wed Apr 28 23:03:01 2004 UTC revision 1.98 by weinholt, Thu Nov 4 14:59:23 2004 UTC
# Line 75  void parse_typed_query(const char *query Line 75  void parse_typed_query(const char *query
75   * width == -1 means do not wrap at all */   * width == -1 means do not wrap at all */
76  void wrap_lines(list *result, const char *text, int width);  void wrap_lines(list *result, const char *text, int width);
77    
 /* Size means sizeof(bitmap) */  
 void bitmap_set(guchar *bitmap, guint size, guint idx, gboolean value);  
 gboolean bitmap_get(guchar *bitmap, guint size, guint idx);  
 gint bitmap_find_unset(guchar *bitmap, guint size);  
   
78  /* Tries to convert from 'from' to 'to', freeing 'str' and returning the  /* Tries to convert from 'from' to 'to', freeing 'str' and returning the
79     newly allocated string if it worked. */     newly allocated string if it worked. */
80  char *convert_to_locale(char *str);  char *convert_to_locale(char *str);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26