Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OBITools3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
20425a5d
Commit
20425a5d
authored
Jul 19, 2016
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted deprecated structure declarations
parent
56e4848e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
src/obiview.h
src/obiview.h
+0
-24
No files found.
src/obiview.h
View file @
20425a5d
...
...
@@ -113,30 +113,6 @@ typedef struct Obiview {
}
Obiview_t
,
*
Obiview_p
;
/**
* @brief Structure for the header of view files.
*/
typedef
struct
Obiviews_header
{
size_t
header_size
;
/**< Size of the header in bytes.
*/
size_t
views_size
;
/**< Size of the views in bytes.
*/
int
view_count
;
/**< Number of views saved.
*/
}
Obiviews_header_t
,
*
Obiviews_header_p
;
/**
* @brief Structure for the information stored in view files.
*/
typedef
struct
Obiviews_infos_all
{
Obiviews_header_p
header
;
/**< Pointer on the header of the view file.
*/
Obiview_infos_p
view_infos
;
/**< Pointer on the beginning (first view) of the informations on views.
*/
}
Obiviews_infos_all_t
,
*
Obiviews_infos_all_p
;
/**
* @brief Creates a new view.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment