repo.or.cz
/
dftpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PASV reply for Firefox.
[dftpd.git]
/
resource
/
dftpd.hrh
blob
bb2a34d7db1c0a3f7398db2b7c35e55d4eee62c2
1
#ifndef __DFTPD__DFTPD_HRH__
2
#define __DFTPD__DFTPD_HRH__
3
4
enum TDFTPDIds
5
{
6
EGenerateToken = 0x6001,
7
EDisableAuthentication,
8
EAbout
9
};
10
11
#endif