Codebase list deltarpm / ec962bbf-cbda-42bb-978d-3c8b8174cdb1/upstream/3.6.3+git20221220.0.1e76473+dfsg rpml.h
ec962bbf-cbda-42bb-978d-3c8b8174cdb1/upstream/3.6.3+git20221220.0.1e76473+dfsg

Tree @ec962bbf-cbda-42bb-978d-3c8b8174cdb1/upstream/3.6.3+git20221220.0.1e76473+dfsg (Download .tar.gz)

rpml.h @ec962bbf-cbda-42bb-978d-3c8b8174cdb1/upstream/3.6.3+git20221220.0.1e76473+dfsgraw · history · blame

/*
 * Copyright (c) 2004 Michael Schroeder (mls@suse.de)
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

#include <stdio.h>

struct rpmlfile {
  char *name;
  unsigned int mode;
  unsigned int fflags;
  unsigned char md5[16];
};

extern char *rpmlread(FILE *fp, char *fn, int nomagic, struct rpmlfile **filesp, int *nfilesp);