~ubuntu-branches/ubuntu/trusty/xprobe/trusty

« back to all changes in this revision

Viewing changes to src/xplib/xp_get_random_data.h

  • Committer: Bazaar Package Importer
  • Author(s): Richard Atterer
  • Date: 2005-02-22 22:54:24 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050222225424-6cqy8rr45pkna819
Tags: 0.2.2-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
** Copyright (C) 2001, 2002 Meder Kydyraliev <meder@areopag.net>
 
3
**
 
4
** Copyright (C) 2001 Fyodor Yarochkin <fygrave@tigerteam.net>,
 
5
**                    Ofir Arkin       <ofir@sys-security.com>
 
6
**
 
7
** This program is free software; you can redistribute it and/or modify
 
8
** it under the terms of the GNU General Public License as published by
 
9
** the Free Software Foundation; either version 2 of the License, or
 
10
** (at your option) any later version.
 
11
**
 
12
**
 
13
** This program is distributed in the hope that it will be useful,
 
14
** but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
** GNU General Public License for more details.
 
17
**
 
18
** You should have received a copy of the GNU General Public License
 
19
** along with this program; if not, write to the Free Software
 
20
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
21
*/
 
22
 
 
23
#ifndef XP_GET_RANDOM_DATA_H
 
24
#define XP_GET_RANDOM_DATA_H
 
25
#include "xplib.h"
 
26
 
 
27
int xp_get_random_data(char *, int);
 
28
 
 
29
#endif /* XP_GET_RANDOM_DATA_H */