Ignore:
Timestamp:
Jun 15, 2008, 3:50:02 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Export cucul_file_t operations in the public header.
  • Implement cucul_file_read() and cucul_file_write().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cucul/cucul_internals.h

    r2305 r2406  
    7878extern void _cucul_load_frame_info(cucul_canvas_t *);
    7979
    80 /* File functions */
    81 extern cucul_file_t *_cucul_file_open(const char *, const char *);
    82 extern int _cucul_file_close(cucul_file_t *);
    83 extern int _cucul_file_eof(cucul_file_t *);
    84 extern char *_cucul_file_gets(char *, int, cucul_file_t *);
    85 
    8680#endif /* __CUCUL_INTERNALS_H__ */
Note: See TracChangeset for help on using the changeset viewer.