File: obex_test.h

package info (click to toggle)
libopenobex 1.7.2-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: ansic: 9,988; xml: 407; makefile: 29
file content (19 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
	\file apps/obex_test.h
	Test IrOBEX, TCPOBEX and OBEX over cable to R320s.
	OpenOBEX test applications and sample code.

 */

#ifndef OBEX_TEST_H
#define OBEX_TEST_H

struct context
{
	int serverdone;
	int clientdone;
	char *get_name;	/* Name of last get-request */
};
int read_input(char *answer, size_t size, const char *question, ...);

#endif