Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
74023d77
Commit
74023d77
authored
20 years ago
by
rnc
Browse files
Options
Downloads
Patches
Plain Diff
merged display code with main app; added typedef of _ZMapWindowStruct
parent
0bb8f4d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapUtils/zmapUtils_P.h
+3
-4
3 additions, 4 deletions
src/zmapUtils/zmapUtils_P.h
with
3 additions
and
4 deletions
src/zmapUtils/zmapUtils_P.h
+
3
−
4
View file @
74023d77
...
...
@@ -25,9 +25,9 @@
* Description:
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Jun 2
3
15:
22
2004 (
edgrif
)
* Last edited: Jun 2
8
15:
09
2004 (
rnc
)
* Created: Wed Mar 31 11:53:45 2004 (edgrif)
* CVS info: $Id: zmapUtils_P.h,v 1.
3
2004-06-2
5
1
3:41:20 edgrif
Exp $
* CVS info: $Id: zmapUtils_P.h,v 1.
4
2004-06-2
8
1
5:10:12 rnc
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_UTILS_P_H
...
...
@@ -84,7 +84,7 @@ TITLE " - " ZMAP_MAKE_VERSION_STRING(VERSION, RELEASE, UPDATE)
#define ZMAP_SEPARATOR "/"
/* WE SHOULD BE ABLE TO CALL A FUNC
FOR THIS..... */
typedef
struct
_ZMapWindowStruct
*
ZMapWindow
;
...
...
@@ -93,5 +93,4 @@ TITLE " - " ZMAP_MAKE_VERSION_STRING(VERSION, RELEASE, UPDATE)
void
zmapGUIShowMsg
(
ZMapMsgType
msg_type
,
char
*
msg
)
;
#endif
/* !ZMAP_UTILS_P_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment