Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
73300d6c
Commit
73300d6c
authored
24 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
exported more functions..
Rev: src/backend.h:1.11
parent
6519c397
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend.h
+3
-3
3 additions, 3 deletions
src/backend.h
with
3 additions
and
3 deletions
src/backend.h
+
3
−
3
View file @
73300d6c
...
...
@@ -5,7 +5,7 @@
\*/
/*
* $Id: backend.h,v 1.1
0
2000/12/1
6
0
4:58:17 marcus
Exp $
* $Id: backend.h,v 1.1
1
2000/12/1
9
0
0:41:34 hubbe
Exp $
*/
#ifndef BACKEND_H
#define BACKEND_H
...
...
@@ -30,8 +30,8 @@ void init_backend(void);
void
set_read_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
void
set_write_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
#ifdef WITH_OOB
void
set_read_oob_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
void
set_write_oob_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
PMOD_EXPORT
void
set_read_oob_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
PMOD_EXPORT
void
set_write_oob_callback
(
int
fd
,
file_callback
cb
,
void
*
data
);
#endif
/* WITH_OOB */
PMOD_EXPORT
file_callback
query_read_callback
(
int
fd
);
PMOD_EXPORT
file_callback
query_write_callback
(
int
fd
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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