Subversion Repositories Kolibri OS

Rev

Rev 1905 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1905 Rev 3960
Line 48... Line 48...
48
int fi_resize(struct frame_index *fi, size_t newsize);
48
int fi_resize(struct frame_index *fi, size_t newsize);
Line 49... Line 49...
49
 
49
 
50
/* Append a frame position, reducing index density if needed. */
50
/* Append a frame position, reducing index density if needed. */
Line -... Line 51...
-
 
51
void fi_add(struct frame_index *fi, off_t pos);
-
 
52
 
-
 
53
/* Replace the frame index */
51
void fi_add(struct frame_index *fi, off_t pos);
54
int fi_set(struct frame_index *fi, off_t *offsets, off_t step, size_t fill);
52
 
55
 
Line 53... Line 56...
53
/* Empty the index (setting fill=0 and step=1), but keep current size. */
56
/* Empty the index (setting fill=0 and step=1), but keep current size. */