[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 05/09/30 18:01:52

  Modified:    .        prototype.h struct.h
  Log:
  Added support for embedded pictures.
  
  
  
  
  Revision  Changes    Path
  1.97      +4 -0      eda/geda/devel/libgeda/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/prototype.h,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -b -r1.96 -r1.97
  --- prototype.h	20 Apr 2005 15:50:16 -0000	1.96
  +++ prototype.h	30 Sep 2005 22:01:52 -0000	1.97
  @@ -520,6 +520,10 @@
   void s_cue_output_lowlevel_midpoints(TOPLEVEL *w_current, OBJECT *object, FILE *fp, int output_type);
   void s_cue_output_single(TOPLEVEL *w_current, OBJECT *object, FILE *fp, int type);
   
  +/* s_encoding.c */
  +gchar* s_encoding_base64_encode (gchar* src, guint srclen, guint* dstlenp, gboolean strict);
  +gchar* s_encoding_base64_decode (gchar* src, guint srclen, guint* dstlenp);
  +
   /* s_hierarchy.c */
   int s_hierarchy_down_schematic_single(TOPLEVEL *w_current, const gchar *filename, PAGE *parent, int page_control, int flag);
   void s_hierarchy_down_schematic_multiple (TOPLEVEL *w_current, const gchar *filename, PAGE *parent);
  
  
  
  1.75      +1 -0      eda/geda/devel/libgeda/include/struct.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: struct.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/struct.h,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -b -r1.74 -r1.75
  --- struct.h	15 Aug 2005 01:26:51 -0000	1.74
  +++ struct.h	30 Sep 2005 22:01:52 -0000	1.75
  @@ -122,6 +122,7 @@
     char *filename;
     int angle;
     char mirrored;
  +  char embedded;
   
     /* upper is considered the origin */
     int upper_x, upper_y; /* world */