repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ticket #1711: i18n: context and cleanup in file prompt strings
[midnight-commander.git]
/
src
/
achown.h
blob
a506f8221c80cc0320ce61a5f8bdd08b4699c025
1
2
/** \file achown.h
3
* \brief Header: Contains functions for advanced chowning
4
*/
5
6
#ifndef MC_ACHOWN_H
7
#define MC_ACHOWN_H
8
9
void
chown_advanced_cmd
(
void
);
10
11
#endif