File: ripstream.h

package info (click to toggle)
streamripper 1.64.6-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,804 kB
  • ctags: 1,271
  • sloc: ansic: 11,692; sh: 8,548; makefile: 437; perl: 34
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __RIPLIB_H__
#define __RIPLIB_H__

#include "rip_manager.h"
#include "srtypes.h"
#include "prefs.h"
#include "socklib.h"

error_code
ripstream_init (RIP_MANAGER_INFO* rmi);
error_code ripstream_rip (RIP_MANAGER_INFO* rmi);
void ripstream_clear(RIP_MANAGER_INFO* rmi);

#endif //__RIPLIB__