~ubuntu-branches/debian/wheezy/libnjb/wheezy

« back to all changes in this revision

Viewing changes to src/procedure.h

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2004-05-25 13:06:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040525130610-vexcucw1qxq1g4dp
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __NJB__PROCEDURE__H
 
2
#define __NJB__PROCEDURE__H
 
3
 
 
4
#include "../config.h"
 
5
#define NJB_BUFSIZ      650920
 
6
 
 
7
#define RETRY_MAX       10
 
8
#define RETRY_INTERVAL  1
 
9
 
 
10
/* Maximum number of calls to the callback routine
 
11
 * when sending and retrieveing tracks. */
 
12
#define CALLBACK_NUM 30
 
13
 
 
14
#define XFER_TEMPLATE   "njbxferXXXXXX"
 
15
 
 
16
#endif
 
17