Subversion Repositories Kolibri OS

Rev

Rev 7752 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7752 Rev 7754
Line 1... Line 1...
1
struct _anchors {
1
struct _anchors {
2
	char current_anchor_name[100];
-
 
3
	collection anchor_name;
2
	collection anchor_name;
4
	collection anchor_position;
3
	collection anchor_position;
5
	void add();
4
	void add();
6
	int get_pos_by_name();
5
	int get_pos_by_name();
7
	void clear();
6
	void clear();