File: Service_Config.h

package info (click to toggle)
postman 2.0-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,036 kB
  • ctags: 3,078
  • sloc: cpp: 31,131; ansic: 1,948; sh: 787; makefile: 285
file content (20 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
Service_Config.h
*/

#ifndef __SERVICE_CONFIG_H
#define __SERVICE_CONFIG_H

#include "Import.h"                    
#include "Service_Cclient.h"

bool DoService_Config_BEGIN (TProgData *pd);
bool DoService_Config_END (TProgData *pd);
bool DoService_Config_CMD (TProgData *pd);
const char *GetService_Config_NAME (void);
const char *GetService_Config_DESCRIPTION (void);
const char *GetService_Config_ICO_URL (void);
const char *GetService_Config_ICO_ALT (void);

#endif