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
7d2a3183
Commit
7d2a3183
authored
Oct 02, 2015
by
V V
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes to lua
parent
4554ced4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
128 deletions
+107
-128
interface.h
interface.h
+2
-0
lua-tg.c
lua-tg.c
+105
-128
No files found.
interface.h
View file @
7d2a3183
...
...
@@ -87,4 +87,6 @@ void set_interface_callbacks (void);
char
*
print_permanent_msg_id
(
tgl_message_id_t
id
);
char
*
print_permanent_peer_id
(
tgl_peer_id_t
id
);
tgl_peer_id_t
parse_input_peer_id
(
const
char
*
s
,
int
l
,
int
mask
);
tgl_message_id_t
parse_input_msg_id
(
const
char
*
s
,
int
l
);
#endif
lua-tg.c
View file @
7d2a3183
This diff is collapsed.
Click to expand it.
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