repo.or.cz
/
debian-nspark.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Unix and RISC OS makefiles
[debian-nspark.git]
/
garble.h
blob
73e18c8e55c9935d0a8093ef13bdf4022a65eb23
1
#ifndef GARBLE_H
2
#define GARBLE_H
3
#include
"spark.h"
4
5
void
set_password
(
char
*
p
);
6
void
init_garble
(
void
);
7
Byte
ungarble
(
Byte byte
);
8
Byte
garble
(
Byte byte
);
9
10
#endif