File: ripstream.h

package info (click to toggle)
streamripper 1.64.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: ansic: 11,699; sh: 8,548; makefile: 421; 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__