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
ff696daa
Commit
ff696daa
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add timeout decl.
parent
e12c2da8
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/include/ZMap/zmapXRemote.h
+4
-3
4 additions, 3 deletions
src/include/ZMap/zmapXRemote.h
with
4 additions
and
3 deletions
src/include/ZMap/zmapXRemote.h
+
4
−
3
View file @
ff696daa
...
...
@@ -29,9 +29,9 @@
*
* Exported functions: See ZMap/zmapXRemote.h (this file)
* HISTORY:
* Last edited:
Aug
4
1
0:41
2009 (edgrif)
* Last edited:
Sep
9
1
1:16
2009 (edgrif)
* Created: Wed Apr 13 19:02:52 2005 (rds)
* CVS info: $Id: zmapXRemote.h,v 1.2
0
2009-0
8-14 10:16:5
9 edgrif Exp $
* CVS info: $Id: zmapXRemote.h,v 1.2
1
2009-0
9-09 16:40:3
9 edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -50,7 +50,7 @@
#include
<X11/Xatom.h>
/* These are here just to allow checking */
#define ZMAP_XREMOTE_CURRENT_VERSION "$Revision: 1.2
0
$"
#define ZMAP_XREMOTE_CURRENT_VERSION "$Revision: 1.2
1
$"
#define ZMAP_XREMOTE_CURRENT_VERSION_ATOM "_ZMAP_XREMOTE_VERSION"
#define ZMAP_XREMOTE_APPLICATION_ATOM "_ZMAP_XREMOTE_APP"
#define ZMAPXREMOTE_PING_COMMAND "ping"
...
...
@@ -153,6 +153,7 @@ ZMapXRemoteObj zMapXRemoteNew(void); /* This just returns the object and che
void
zMapXRemoteSetRequestAtomName
(
ZMapXRemoteObj
object
,
char
*
name
);
/* Better set in zMapXRemoteInitServer if Server though */
void
zMapXRemoteSetResponseAtomName
(
ZMapXRemoteObj
object
,
char
*
name
);
/* Ditto */
void
zMapXRemoteSetWindowID
(
ZMapXRemoteObj
object
,
unsigned
long
window_id
);
/* Ditto */
void
zMapXRemoteSetTimeout
(
ZMapXRemoteObj
object
,
double
timeout_secs
)
;
char
*
zMapXRemoteGetResponse
(
ZMapXRemoteObj
object
);
Window
zMapXRemoteGetWindowID
(
ZMapXRemoteObj
object
)
;
...
...
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