Revision ea56f91275c1797776f10f4ac5d65671bb4f3e8b authored by Johannes Schindelin on 11 March 2023, 16:54:15 UTC, committed by Johannes Schindelin on 17 April 2023, 19:15:47 UTC
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 92957d8
Raw File
prune-packed.h
#ifndef PRUNE_PACKED_H
#define PRUNE_PACKED_H

#define PRUNE_PACKED_DRY_RUN 01
#define PRUNE_PACKED_VERBOSE 02

void prune_packed_objects(int);

#endif
back to top