mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
controlapi: sort files alphabetical
Origin commit data
------------------
Branch: ni/coolstream
Commit: 21fbadaa8f
Author: TangoCash <eric@loxat.de>
Date: 2016-02-12 (Fri, 12 Feb 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -27,6 +27,18 @@ private:
|
||||
} TyCgiCall;
|
||||
const static TyCgiCall yCgiCallList[];
|
||||
|
||||
struct FileCGI_List
|
||||
{
|
||||
std::string name;
|
||||
std::string type_str;
|
||||
unsigned char type;
|
||||
std::string fullname;
|
||||
bool operator () (FileCGI_List a,FileCGI_List b)
|
||||
{
|
||||
return (a.name < b.name);
|
||||
}
|
||||
} fsort;
|
||||
|
||||
int rc_send(int ev, unsigned int code, unsigned int value);
|
||||
|
||||
// send functions for ExecuteCGI (controld api)
|
||||
|
Reference in New Issue
Block a user