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
d325657b
Commit
d325657b
authored
Jul 5, 2006
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Added necessary PMOD_EXPORTs.
Rev: src/modules/files/file.h:1.38
parent
097de944
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/modules/files/file.h
+5
-5
5 additions, 5 deletions
src/modules/files/file.h
with
5 additions
and
5 deletions
src/modules/files/file.h
+
5
−
5
View file @
d325657b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| for more information.
|| $Id: file.h,v 1.3
7
200
4/11/09 17:07:34 nilsson
Exp $
|| $Id: file.h,v 1.3
8
200
6/07/05 02:14:11 mast
Exp $
*/
*/
#ifndef FILE_H
#ifndef FILE_H
...
@@ -116,16 +116,16 @@ CBFUNCS(read_oob_callback)
...
@@ -116,16 +116,16 @@ CBFUNCS(read_oob_callback)
CBFUNCS
(
write_oob_callback
)
CBFUNCS
(
write_oob_callback
)
static
void
file_write
(
INT32
args
);
static
void
file_write
(
INT32
args
);
struct
object
*
file_make_object_from_fd
(
int
fd
,
int
mode
,
int
guess
);
PMOD_EXPORT
struct
object
*
file_make_object_from_fd
(
int
fd
,
int
mode
,
int
guess
);
int
my_socketpair
(
int
family
,
int
type
,
int
protocol
,
int
sv
[
2
]);
int
my_socketpair
(
int
family
,
int
type
,
int
protocol
,
int
sv
[
2
]);
int
socketpair_ultra
(
int
family
,
int
type
,
int
protocol
,
int
sv
[
2
]);
int
socketpair_ultra
(
int
family
,
int
type
,
int
protocol
,
int
sv
[
2
]);
struct
new_thread_data
;
struct
new_thread_data
;
void
file_proxy
(
INT32
args
);
void
file_proxy
(
INT32
args
);
void
create_proxy_pipe
(
struct
object
*
o
,
int
for_reading
);
PMOD_EXPORT
void
create_proxy_pipe
(
struct
object
*
o
,
int
for_reading
);
struct
file_lock_key_storage
;
struct
file_lock_key_storage
;
void
mark_ids
(
struct
callback
*
foo
,
void
*
bar
,
void
*
gazonk
);
void
mark_ids
(
struct
callback
*
foo
,
void
*
bar
,
void
*
gazonk
);
int
pike_make_pipe
(
int
*
fds
);
PMOD_EXPORT
int
pike_make_pipe
(
int
*
fds
);
int
fd_from_object
(
struct
object
*
o
);
PMOD_EXPORT
int
fd_from_object
(
struct
object
*
o
);
void
f_strerror
(
INT32
args
);
void
f_strerror
(
INT32
args
);
void
push_stat
(
PIKE_STAT_T
*
s
);
void
push_stat
(
PIKE_STAT_T
*
s
);
/* Prototypes end here */
/* Prototypes end here */
...
...
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