File: hash_update.h

package info (click to toggle)
rhash 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,184 kB
  • ctags: 1,577
  • sloc: ansic: 13,510; makefile: 455; sh: 163; sed: 16
file content (15 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* hash_update.h - functions to update a crc file */
#ifndef HASH_UPDATE_H
#define HASH_UPDATE_H

#ifdef __cplusplus
extern "C" {
#endif

int update_hash_file(file_t* file);

#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */

#endif /* HASH_UPDATE_H */