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
2d54c957
Commit
2d54c957
authored
16 years ago
by
zmap
Browse files
Options
Downloads
Patches
Plain Diff
Fix universal compile on mac
parent
f7794f3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/libpfetch/libpfetch.h
+7
-21
7 additions, 21 deletions
src/libpfetch/libpfetch.h
src/libpfetch/libpfetch_I.h
+6
-6
6 additions, 6 deletions
src/libpfetch/libpfetch_I.h
with
13 additions
and
27 deletions
src/libpfetch/libpfetch.h
+
7
−
21
View file @
2d54c957
...
...
@@ -29,7 +29,7 @@
* HISTORY:
* Last edited: Jun 5 10:31 2008 (rds)
* Created: Fri Apr 4 14:20:57 2008 (rds)
* CVS info: $Id: libpfetch.h,v 1.
1
200
8
-0
6
-0
5
0
9:49:50 rds
Exp $
* CVS info: $Id: libpfetch.h,v 1.
2
200
9
-0
4
-0
3
0
8:04:22 zmap
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -78,17 +78,13 @@ typedef enum
* requirement is due to use of the * here ^. It's a macro thing.
*/
typedef
struct
_pfetchHandleStruct
*
PFetchHandle
;
typedef
struct
_pfetchHandleStruct
pfetchHandle
;
typedef
struct
_pfetchHandleStruct
pfetchHandle
,
*
PFetchHandle
;
/*
* Class definition
*/
typedef
struct
_pfetchHandleClassStruct
*
PFetchHandleClass
;
typedef
struct
_pfetchHandleClassStruct
pfetchHandleClass
;
typedef
struct
_pfetchHandleClassStruct
pfetchHandleClass
,
*
PFetchHandleClass
;
/*
...
...
@@ -119,16 +115,9 @@ PFetchHandle PFetchHandleDestroy (PFetchHandle pfetch);
* Main Object structure
*/
typedef
struct
_pfetchHandlePipeStruct
*
PFetchHandlePipe
;
typedef
struct
_pfetchHandlePipeStruct
pfetchHandlePipe
;
typedef
struct
_pfetchHandlePipeClassStruct
*
PFetchHandlePipeClass
;
typedef
struct
_pfetchHandlePipeClassStruct
pfetchHandlePipeClass
;
typedef
struct
_pfetchHandlePipeStruct
pfetchHandlePipe
,
*
PFetchHandlePipe
;
typedef
struct
_pfetchHandlePipeClassStruct
pfetchHandlePipeClass
,
*
PFetchHandlePipeClass
;
GType
PFetchHandlePipeGetType
(
void
);
...
...
@@ -137,14 +126,11 @@ GType PFetchHandlePipeGetType(void);
/* Object */
typedef
struct
_pfetchHandleHttpStruct
*
PFetchHandleHttp
;
typedef
struct
_pfetchHandleHttpStruct
pfetchHandleHttp
;
typedef
struct
_pfetchHandleHttpStruct
pfetchHandleHttp
,
*
PFetchHandleHttp
;
/* Class */
typedef
struct
_pfetchHandleHttpClassStruct
*
PFetchHandleHttpClass
;
typedef
struct
_pfetchHandleHttpClassStruct
pfetchHandleHttpClass
,
*
PFetchHandleHttpClass
;
typedef
struct
_pfetchHandleHttpClassStruct
pfetchHandleHttpClass
;
#define PFETCH_TYPE_HTTP_HANDLE (PFetchHandleHttpGetType ())
#define PFETCH_HTTP_HANDLE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PFETCH_TYPE_HTTP_HANDLE, pfetchHandleHttp))
...
...
This diff is collapsed.
Click to expand it.
src/libpfetch/libpfetch_I.h
+
6
−
6
View file @
2d54c957
...
...
@@ -29,7 +29,7 @@
* HISTORY:
* Last edited: Nov 21 17:22 2008 (rds)
* Created: Fri Apr 4 14:20:41 2008 (rds)
* CVS info: $Id: libpfetch_I.h,v 1.
3
200
8-11-24 11:38:49 rds
Exp $
* CVS info: $Id: libpfetch_I.h,v 1.
4
200
9-04-03 08:04:22 zmap
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -166,7 +166,7 @@ typedef struct _pfetchHandleStruct
}
pfetchHandleStruct
;
struct
_pfetchHandleClassStruct
typedef
struct
_pfetchHandleClassStruct
{
GObjectClass
parent_class
;
...
...
@@ -190,7 +190,7 @@ struct _pfetchHandleClassStruct
/* PIPE */
struct
_pfetchHandlePipeStruct
typedef
struct
_pfetchHandlePipeStruct
{
pfetchHandle
__parent__
;
...
...
@@ -202,7 +202,7 @@ struct _pfetchHandlePipeStruct
ChildWatchDataStruct
watch_data
;
}
pfetchHandlePipeStruct
;
struct
_pfetchHandlePipeClassStruct
typedef
struct
_pfetchHandlePipeClassStruct
{
pfetchHandleClass
parent_class
;
...
...
@@ -211,7 +211,7 @@ struct _pfetchHandlePipeClassStruct
/* HTTP */
struct
_pfetchHandleHttpStruct
typedef
struct
_pfetchHandleHttpStruct
{
pfetchHandle
__parent__
;
...
...
@@ -224,7 +224,7 @@ struct _pfetchHandleHttpStruct
unsigned
int
request_counter
;
}
pfetchHandleHttpStruct
;
struct
_pfetchHandleHttpClassStruct
typedef
struct
_pfetchHandleHttpClassStruct
{
pfetchHandleClass
parent_class
;
...
...
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