[go: up one dir, main page]

File: clients.h

package info (click to toggle)
libgisi 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,428 kB
  • ctags: 3,624
  • sloc: ansic: 16,866; sh: 11,295; makefile: 247
file content (16 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GISI_CLIENTS_H
#define GISI_CLIENTS_H

#include "call.h"
#include "gpds.h"
#include "gss.h"
#include "info.h"
#include "mtc.h"
#include "network.h"
#include "simauth.h"
#include "sim.h"
#include "sms.h"
#include "ss.h"

#endif /* GISI_CLIENTS_H */