Revision fcdaa211e6127eeba69a121844e08aec67da2131 authored by Taylor Blau on 30 September 2022, 21:37:57 UTC, committed by Taylor Blau on 06 October 2022, 21:45:10 UTC
Signed-off-by: Taylor Blau <me@ttaylorr.com>
1 parent 58612f8
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