misc.h
branchtrunk
changeset 4 79da91042fcc
parent 0 d85c12073dea
child 15 a9348bf5f6e7
     1.1 --- a/misc.h	Sat Dec 29 15:23:55 2007 +0100
     1.2 +++ b/misc.h	Sat Dec 29 15:25:21 2007 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /* misc.h
     1.5 -Copyright (c) 2000-2002 Craig Condit, Stefan Hülswitt.
     1.6 +Copyright (c) 2000-2004 Craig Condit, Stefan Hülswitt.
     1.7  
     1.8  Redistribution and use in source and binary forms, with or without
     1.9  modification, are permitted provided that the following conditions are met: 
    1.10 @@ -26,8 +26,12 @@
    1.11  #ifndef _CDBACKUP_MISC_H
    1.12  #define _CDBACKUP_MISC_H
    1.13  
    1.14 -int start_diskchange(char *multicmd, char *cd_dev);
    1.15 +unsigned long crc32(char *data, int len);
    1.16 +void diskchange(char *multicmd, char *cd_dev);
    1.17 +int full_read(int fd, void *buf, int count);
    1.18  void error(char *text);
    1.19  void serror(char *text);
    1.20 +char *FlexSize(char *buff, long long val);
    1.21 +long long FlexLen(char *optarg);
    1.22  
    1.23  #endif