Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
a47b8290
Commit
a47b8290
authored
12 years ago
by
Matthew I
Committed by
Perttu Ahola
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add #include guards to base64.h
parent
07632b7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/base64.h
+5
-0
5 additions, 0 deletions
src/base64.h
with
5 additions
and
0 deletions
src/base64.h
+
5
−
0
View file @
a47b8290
#ifndef BASE64_HEADER
#define BASE64_HEADER
#include
<string>
bool
base64_is_valid
(
std
::
string
const
&
s
);
std
::
string
base64_encode
(
unsigned
char
const
*
,
unsigned
int
len
);
std
::
string
base64_decode
(
std
::
string
const
&
s
);
#endif // BASE64_HEADER
\ No newline at end of file
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