repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: SpatialOmicsCoord.py
[GalaxyCodeBases.git]
/
BGI
/
SOAPsnp
/
accessControl.h
blob
4e7a8a9b0236fa058727fc48e735885794643a75
1
/*
2
* accessControl.h
3
*
4
* Created on: Aug 30, 2010
5
* Author: Aqua
6
*/
7
8
#pragma once
9
#ifndef ACCESSCONTROL_H_
10
#define ACCESSCONTROL_H_
11
12
void
AccessControl
(
const char
*,
const char
* );
13
void
EasyCalcCRC32
(
const char
*);
14
15
#endif
/* ACCESSCONTROL_H_ */
16
17