File: Service_UserAccounts.h

package info (click to toggle)
postman 2.1-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,248 kB
  • ctags: 3,249
  • sloc: cpp: 33,376; ansic: 2,014; sh: 768; makefile: 300
file content (18 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Service_UserAccounts.h
*/

#ifndef __SERVICE_USERACCOUNTS_H
#define __SERVICE_USERACCOUNTS_H

#include "Import.h"

bool DoService_UserAccounts_BEGIN (TProgData *pd);
bool DoService_UserAccounts_END (TProgData *pd);
bool DoService_UserAccounts_CMD (TProgData *pd);
const char *GetService_UserAccounts_NAME (void);
const char *GetService_UserAccounts_DESCRIPTION (void);
const char *GetService_UserAccounts_ICO_URL (void);
const char *GetService_UserAccounts_ICO_ALT (void);

#endif