File: internal.h

package info (click to toggle)
open-isns 0.101-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,420 kB
  • sloc: ansic: 19,981; sh: 3,211; python: 1,083; perl: 839; makefile: 214
file content (16 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * iSNS implementation - internal functions and types
 *
 * Copyright (C) 2007 Olaf Kirch <olaf.kirch@oracle.com>
 */

#ifndef ISNS_INTERNAL_H
#define ISNS_INTERNAL_H

extern char *	isns_slp_build_url(uint16_t);
extern int	isns_slp_register(const char *);
extern int	isns_slp_unregister(const char *);
extern char *	isns_slp_find(void);

#endif /* ISNS_INTERNAL_H */