summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.h
blob: 0676c45daa88b82e8cbcf9897464a4dca2dc8983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SetProperties.h

#ifndef ZIP7_INC_SETPROPERTIES_H
#define ZIP7_INC_SETPROPERTIES_H

#include "Property.h"

HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);

#endif