Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
b10194c0
Commit
b10194c0
authored
Jan 11, 2014
by
Vysheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
structures.h: added del_use
parent
914490cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
structures.h
structures.h
+1
-0
No files found.
structures.h
View file @
b10194c0
...
@@ -373,6 +373,7 @@ void message_remove_tree (struct message *M);
...
@@ -373,6 +373,7 @@ void message_remove_tree (struct message *M);
void
message_add_peer
(
struct
message
*
M
);
void
message_add_peer
(
struct
message
*
M
);
void
message_del_peer
(
struct
message
*
M
);
void
message_del_peer
(
struct
message
*
M
);
void
free_message
(
struct
message
*
M
);
void
free_message
(
struct
message
*
M
);
void
message_del_use
(
struct
message
*
M
);
#define PEER_USER 1
#define PEER_USER 1
#define PEER_CHAT 2
#define PEER_CHAT 2
...
...
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