/[xforms]/xforms/lib/forms.h
ViewVC logotype

Diff of /xforms/lib/forms.h

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

revision 1.5 by leeming, Thu Apr 10 21:58:29 2003 UTC revision 1.6 by leeming, Thu Apr 17 09:04:57 2003 UTC
# Line 6940  FL_EXPORT int fl_set_xyplot_mark_active( Line 6940  FL_EXPORT int fl_set_xyplot_mark_active(
6940    
6941  #endif  /* FL_XYPLOT_H */  #endif  /* FL_XYPLOT_H */
6942    
6943    /**
6944     * \file flsnprintf.h
6945     *
6946     */
6947    #ifndef FL_SNPRINTF_H
6948    #define FL_SNPRINTF_H
6949    
6950    #include <stdarg.h>
6951    #include <sys/types.h>
6952    
6953    int fl_snprintf(char *, size_t, const char *, ...);
6954    int fl_vsnprintf(char *, size_t, const char *, va_list);
6955    
6956    #endif /* NOT FL_SNPRINTF_H */
6957    
6958  /* the following (fl_fheight) etc. were never documented and were  /* the following (fl_fheight) etc. were never documented and were
6959     removed from V0.89, but apparently this broke some applications that     removed from V0.89, but apparently this broke some applications that
6960     were using them. Put them back in 10/22/00 */     were using them. Put them back in 10/22/00 */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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