Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
phpmyemail
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
teria
phpmyemail
Commits
dc09dd61
Commit
dc09dd61
authored
Apr 24, 2014
by
Chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction indentation
parent
691b01df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
phpmyemail_util.h
phpmyemail_util.h
+14
-14
No files found.
phpmyemail_util.h
View file @
dc09dd61
...
...
@@ -22,10 +22,10 @@
*/
/*
*
* Constants
*
/*
*
* Constants
*
*/
#define PACKET_SIZE 1024
...
...
@@ -44,24 +44,24 @@ static const char table64[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxy
/*
*
* Functions
*
*
* Functions
*
*/
void
void
appli
();
/* Ecrit le contenu du mail */
int
writen
(
int
fd
,
char
*
ptr
,
int
n
);
/* Envoi vers le serveur de mail */
int
writen
(
int
fd
,
char
*
ptr
,
int
n
);
/* Envoi vers le serveur de mail */
int
int
readn
(
int
fd
,
char
*
ptr
,
int
n
);
/* Lecture depuis le serveur de mail */
#ifdef USE_MYSQL
int
int
sql
(
char
*
from
);
#endif
size_t
size_t
base64_encode
(
const
char
*
inp
,
size_t
insize
,
char
**
outptr
);
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