Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
98e81287
Commit
98e81287
authored
Mar 29, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: group static function declarations together.
parent
ee7369a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
client.c
src/client.c
+5
-6
No files found.
src/client.c
View file @
98e81287
...
...
@@ -113,6 +113,11 @@ static void client_write_deferred(struct client *client);
static
void
client_write_output
(
struct
client
*
client
);
static
void
client_manager_expire
(
void
);
static
gboolean
client_in_event
(
GIOChannel
*
source
,
GIOCondition
condition
,
gpointer
data
);
bool
client_is_expired
(
const
struct
client
*
client
)
{
return
client
->
channel
==
NULL
;
...
...
@@ -133,9 +138,6 @@ void client_set_permission(struct client *client, unsigned permission)
client
->
permission
=
permission
;
}
static
void
client_manager_expire
(
void
);
/**
* An idle event which calls client_manager_expire().
*/
...
...
@@ -165,9 +167,6 @@ static inline void client_set_expired(struct client *client)
}
}
static
gboolean
client_in_event
(
GIOChannel
*
source
,
GIOCondition
condition
,
gpointer
data
);
static
void
client_init
(
struct
client
*
client
,
int
fd
)
{
static
unsigned
int
next_client_num
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment