libfwps-python 20240224__tar.gz → 20240225__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (499) hide show
  1. {libfwps-20240224 → libfwps-20240225}/PKG-INFO +1 -1
  2. {libfwps-20240224 → libfwps-20240225}/common/config.h +3 -3
  3. {libfwps-20240224 → libfwps-20240225}/configure +10 -10
  4. {libfwps-20240224 → libfwps-20240225}/configure.ac +1 -1
  5. libfwps-20240225/dpkg/changelog +5 -0
  6. {libfwps-20240224 → libfwps-20240225}/include/libfwps/definitions.h +2 -2
  7. {libfwps-20240224 → libfwps-20240225}/include/libfwps.h +34 -0
  8. {libfwps-20240224 → libfwps-20240225}/include/libfwps.h.in +34 -0
  9. {libfwps-20240224 → libfwps-20240225}/libfwps/Makefile.am +1 -0
  10. {libfwps-20240224 → libfwps-20240225}/libfwps/Makefile.in +5 -1
  11. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps.rc +2 -2
  12. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_definitions.h +2 -2
  13. libfwps-20240225/libfwps/libfwps_notify.c +120 -0
  14. libfwps-20240225/libfwps/libfwps_notify.h +63 -0
  15. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_record.c +196 -41
  16. {libfwps-20240224 → libfwps-20240225}/libfwps.spec +2 -2
  17. {libfwps-20240224 → libfwps-20240225}/manuals/libfwps.3 +11 -1
  18. {libfwps-20240224 → libfwps-20240225}/msvscpp/Makefile.am +1 -0
  19. {libfwps-20240224 → libfwps-20240225}/msvscpp/Makefile.in +1 -0
  20. libfwps-20240225/msvscpp/fwps_test_notify/fwps_test_notify.vcproj +214 -0
  21. {libfwps-20240224 → libfwps-20240225}/msvscpp/libfwps/libfwps.vcproj +8 -0
  22. {libfwps-20240224 → libfwps-20240225}/msvscpp/libfwps.sln +10 -0
  23. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_record.c +1 -1
  24. {libfwps-20240224 → libfwps-20240225}/setup.cfg +1 -1
  25. {libfwps-20240224 → libfwps-20240225}/tests/Makefile.am +12 -0
  26. {libfwps-20240224 → libfwps-20240225}/tests/Makefile.in +24 -3
  27. libfwps-20240225/tests/fwps_test_notify.c +229 -0
  28. {libfwps-20240224 → libfwps-20240225}/tests/test_library.sh +1 -1
  29. libfwps-20240224/dpkg/changelog +0 -5
  30. {libfwps-20240224 → libfwps-20240225}/ABOUT-NLS +0 -0
  31. {libfwps-20240224 → libfwps-20240225}/AUTHORS +0 -0
  32. {libfwps-20240224 → libfwps-20240225}/COPYING +0 -0
  33. {libfwps-20240224 → libfwps-20240225}/COPYING.LESSER +0 -0
  34. {libfwps-20240224 → libfwps-20240225}/ChangeLog +0 -0
  35. {libfwps-20240224 → libfwps-20240225}/INSTALL +0 -0
  36. {libfwps-20240224 → libfwps-20240225}/Makefile.am +0 -0
  37. {libfwps-20240224 → libfwps-20240225}/Makefile.in +0 -0
  38. {libfwps-20240224 → libfwps-20240225}/NEWS +0 -0
  39. {libfwps-20240224 → libfwps-20240225}/README +0 -0
  40. {libfwps-20240224 → libfwps-20240225}/acinclude.m4 +0 -0
  41. {libfwps-20240224 → libfwps-20240225}/aclocal.m4 +0 -0
  42. {libfwps-20240224 → libfwps-20240225}/common/Makefile.am +0 -0
  43. {libfwps-20240224 → libfwps-20240225}/common/Makefile.in +0 -0
  44. {libfwps-20240224 → libfwps-20240225}/common/byte_stream.h +0 -0
  45. {libfwps-20240224 → libfwps-20240225}/common/common.h +0 -0
  46. {libfwps-20240224 → libfwps-20240225}/common/config.h.in +0 -0
  47. {libfwps-20240224 → libfwps-20240225}/common/config_borlandc.h +0 -0
  48. {libfwps-20240224 → libfwps-20240225}/common/config_msc.h +0 -0
  49. {libfwps-20240224 → libfwps-20240225}/common/config_winapi.h +0 -0
  50. {libfwps-20240224 → libfwps-20240225}/common/file_stream.h +0 -0
  51. {libfwps-20240224 → libfwps-20240225}/common/memory.h +0 -0
  52. {libfwps-20240224 → libfwps-20240225}/common/narrow_string.h +0 -0
  53. {libfwps-20240224 → libfwps-20240225}/common/system_string.h +0 -0
  54. {libfwps-20240224 → libfwps-20240225}/common/types.h +0 -0
  55. {libfwps-20240224 → libfwps-20240225}/common/types.h.in +0 -0
  56. {libfwps-20240224 → libfwps-20240225}/common/wide_string.h +0 -0
  57. {libfwps-20240224 → libfwps-20240225}/compile +0 -0
  58. {libfwps-20240224 → libfwps-20240225}/config.guess +0 -0
  59. {libfwps-20240224 → libfwps-20240225}/config.rpath +0 -0
  60. {libfwps-20240224 → libfwps-20240225}/config.sub +0 -0
  61. {libfwps-20240224 → libfwps-20240225}/depcomp +0 -0
  62. {libfwps-20240224 → libfwps-20240225}/dpkg/changelog.in +0 -0
  63. {libfwps-20240224 → libfwps-20240225}/dpkg/compat +0 -0
  64. {libfwps-20240224 → libfwps-20240225}/dpkg/control +0 -0
  65. {libfwps-20240224 → libfwps-20240225}/dpkg/copyright +0 -0
  66. {libfwps-20240224 → libfwps-20240225}/dpkg/libfwps-dev.install +0 -0
  67. {libfwps-20240224 → libfwps-20240225}/dpkg/libfwps-python3.install +0 -0
  68. {libfwps-20240224 → libfwps-20240225}/dpkg/libfwps.install +0 -0
  69. {libfwps-20240224 → libfwps-20240225}/dpkg/rules +0 -0
  70. {libfwps-20240224 → libfwps-20240225}/dpkg/source/format +0 -0
  71. {libfwps-20240224 → libfwps-20240225}/include/Makefile.am +0 -0
  72. {libfwps-20240224 → libfwps-20240225}/include/Makefile.in +0 -0
  73. {libfwps-20240224 → libfwps-20240225}/include/libfwps/codepage.h +0 -0
  74. {libfwps-20240224 → libfwps-20240225}/include/libfwps/definitions.h.in +0 -0
  75. {libfwps-20240224 → libfwps-20240225}/include/libfwps/error.h +0 -0
  76. {libfwps-20240224 → libfwps-20240225}/include/libfwps/extern.h +0 -0
  77. {libfwps-20240224 → libfwps-20240225}/include/libfwps/features.h +0 -0
  78. {libfwps-20240224 → libfwps-20240225}/include/libfwps/features.h.in +0 -0
  79. {libfwps-20240224 → libfwps-20240225}/include/libfwps/types.h +0 -0
  80. {libfwps-20240224 → libfwps-20240225}/include/libfwps/types.h.in +0 -0
  81. {libfwps-20240224 → libfwps-20240225}/install-sh +0 -0
  82. {libfwps-20240224 → libfwps-20240225}/libcdata/Makefile.am +0 -0
  83. {libfwps-20240224 → libfwps-20240225}/libcdata/Makefile.in +0 -0
  84. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_array.c +0 -0
  85. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_array.h +0 -0
  86. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree.c +0 -0
  87. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree.h +0 -0
  88. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree_node.c +0 -0
  89. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree_node.h +0 -0
  90. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree_values_list.c +0 -0
  91. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_btree_values_list.h +0 -0
  92. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_definitions.h +0 -0
  93. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_error.c +0 -0
  94. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_error.h +0 -0
  95. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_extern.h +0 -0
  96. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_libcerror.h +0 -0
  97. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_libcthreads.h +0 -0
  98. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_list.c +0 -0
  99. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_list.h +0 -0
  100. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_list_element.c +0 -0
  101. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_list_element.h +0 -0
  102. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_range_list.c +0 -0
  103. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_range_list.h +0 -0
  104. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_range_list_value.c +0 -0
  105. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_range_list_value.h +0 -0
  106. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_support.c +0 -0
  107. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_support.h +0 -0
  108. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_tree_node.c +0 -0
  109. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_tree_node.h +0 -0
  110. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_types.h +0 -0
  111. {libfwps-20240224 → libfwps-20240225}/libcdata/libcdata_unused.h +0 -0
  112. {libfwps-20240224 → libfwps-20240225}/libcerror/Makefile.am +0 -0
  113. {libfwps-20240224 → libfwps-20240225}/libcerror/Makefile.in +0 -0
  114. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_definitions.h +0 -0
  115. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_error.c +0 -0
  116. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_error.h +0 -0
  117. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_extern.h +0 -0
  118. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_support.c +0 -0
  119. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_support.h +0 -0
  120. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_system.c +0 -0
  121. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_system.h +0 -0
  122. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_types.h +0 -0
  123. {libfwps-20240224 → libfwps-20240225}/libcerror/libcerror_unused.h +0 -0
  124. {libfwps-20240224 → libfwps-20240225}/libclocale/Makefile.am +0 -0
  125. {libfwps-20240224 → libfwps-20240225}/libclocale/Makefile.in +0 -0
  126. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_codepage.c +0 -0
  127. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_codepage.h +0 -0
  128. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_definitions.h +0 -0
  129. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_extern.h +0 -0
  130. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_libcerror.h +0 -0
  131. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_locale.c +0 -0
  132. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_locale.h +0 -0
  133. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_support.c +0 -0
  134. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_support.h +0 -0
  135. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_unused.h +0 -0
  136. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_wide_string.c +0 -0
  137. {libfwps-20240224 → libfwps-20240225}/libclocale/libclocale_wide_string.h +0 -0
  138. {libfwps-20240224 → libfwps-20240225}/libcnotify/Makefile.am +0 -0
  139. {libfwps-20240224 → libfwps-20240225}/libcnotify/Makefile.in +0 -0
  140. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_definitions.h +0 -0
  141. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_extern.h +0 -0
  142. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_libcerror.h +0 -0
  143. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_print.c +0 -0
  144. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_print.h +0 -0
  145. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_stream.c +0 -0
  146. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_stream.h +0 -0
  147. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_support.c +0 -0
  148. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_support.h +0 -0
  149. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_unused.h +0 -0
  150. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_verbose.c +0 -0
  151. {libfwps-20240224 → libfwps-20240225}/libcnotify/libcnotify_verbose.h +0 -0
  152. {libfwps-20240224 → libfwps-20240225}/libcthreads/Makefile.am +0 -0
  153. {libfwps-20240224 → libfwps-20240225}/libcthreads/Makefile.in +0 -0
  154. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_condition.c +0 -0
  155. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_condition.h +0 -0
  156. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_definitions.h +0 -0
  157. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_error.c +0 -0
  158. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_error.h +0 -0
  159. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_extern.h +0 -0
  160. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_libcerror.h +0 -0
  161. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_lock.c +0 -0
  162. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_lock.h +0 -0
  163. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_mutex.c +0 -0
  164. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_mutex.h +0 -0
  165. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_queue.c +0 -0
  166. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_queue.h +0 -0
  167. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_read_write_lock.c +0 -0
  168. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_read_write_lock.h +0 -0
  169. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_repeating_thread.c +0 -0
  170. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_repeating_thread.h +0 -0
  171. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_support.c +0 -0
  172. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_support.h +0 -0
  173. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread.c +0 -0
  174. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread.h +0 -0
  175. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread_attributes.c +0 -0
  176. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread_attributes.h +0 -0
  177. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread_pool.c +0 -0
  178. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_thread_pool.h +0 -0
  179. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_types.h +0 -0
  180. {libfwps-20240224 → libfwps-20240225}/libcthreads/libcthreads_unused.h +0 -0
  181. {libfwps-20240224 → libfwps-20240225}/libfdatetime/Makefile.am +0 -0
  182. {libfwps-20240224 → libfwps-20240225}/libfdatetime/Makefile.in +0 -0
  183. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  184. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  185. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_definitions.h +0 -0
  186. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_error.c +0 -0
  187. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_error.h +0 -0
  188. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_extern.h +0 -0
  189. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  190. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  191. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_filetime.c +0 -0
  192. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_filetime.h +0 -0
  193. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  194. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  195. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  196. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  197. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_libcerror.h +0 -0
  198. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  199. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  200. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_posix_time.c +0 -0
  201. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_posix_time.h +0 -0
  202. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_support.c +0 -0
  203. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_support.h +0 -0
  204. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_systemtime.c +0 -0
  205. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_systemtime.h +0 -0
  206. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_types.h +0 -0
  207. {libfwps-20240224 → libfwps-20240225}/libfdatetime/libfdatetime_unused.h +0 -0
  208. {libfwps-20240224 → libfwps-20240225}/libfguid/Makefile.am +0 -0
  209. {libfwps-20240224 → libfwps-20240225}/libfguid/Makefile.in +0 -0
  210. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_definitions.h +0 -0
  211. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_error.c +0 -0
  212. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_error.h +0 -0
  213. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_extern.h +0 -0
  214. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_identifier.c +0 -0
  215. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_identifier.h +0 -0
  216. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_libcerror.h +0 -0
  217. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_support.c +0 -0
  218. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_support.h +0 -0
  219. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_types.h +0 -0
  220. {libfwps-20240224 → libfwps-20240225}/libfguid/libfguid_unused.h +0 -0
  221. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps.c +0 -0
  222. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps.rc.in +0 -0
  223. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_codepage.h +0 -0
  224. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_debug.c +0 -0
  225. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_debug.h +0 -0
  226. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_definitions.h.in +0 -0
  227. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_error.c +0 -0
  228. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_error.h +0 -0
  229. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_extern.h +0 -0
  230. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_format_class_identifier.c +0 -0
  231. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_format_class_identifier.h +0 -0
  232. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_libcdata.h +0 -0
  233. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_libcerror.h +0 -0
  234. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_libcnotify.h +0 -0
  235. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_libfguid.h +0 -0
  236. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_libuna.h +0 -0
  237. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_property_identifier.c +0 -0
  238. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_property_identifier.h +0 -0
  239. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_record.h +0 -0
  240. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_set.c +0 -0
  241. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_set.h +0 -0
  242. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_store.c +0 -0
  243. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_store.h +0 -0
  244. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_support.c +0 -0
  245. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_support.h +0 -0
  246. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_types.h +0 -0
  247. {libfwps-20240224 → libfwps-20240225}/libfwps/libfwps_unused.h +0 -0
  248. {libfwps-20240224 → libfwps-20240225}/libfwps.pc.in +0 -0
  249. {libfwps-20240224 → libfwps-20240225}/libfwps.spec.in +0 -0
  250. {libfwps-20240224 → libfwps-20240225}/libuna/Makefile.am +0 -0
  251. {libfwps-20240224 → libfwps-20240225}/libuna/Makefile.in +0 -0
  252. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base16_stream.c +0 -0
  253. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base16_stream.h +0 -0
  254. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base32_stream.c +0 -0
  255. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base32_stream.h +0 -0
  256. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base64_stream.c +0 -0
  257. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_base64_stream.h +0 -0
  258. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_byte_stream.c +0 -0
  259. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_byte_stream.h +0 -0
  260. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  261. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  262. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  263. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  264. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  265. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  266. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  267. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  268. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  269. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  270. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  271. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  272. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  273. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  274. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  275. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  276. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  277. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  278. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  279. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  280. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  281. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  282. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  283. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  284. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  285. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  286. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_koi8_r.c +0 -0
  287. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_koi8_r.h +0 -0
  288. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_koi8_u.c +0 -0
  289. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_koi8_u.h +0 -0
  290. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_arabic.c +0 -0
  291. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_arabic.h +0 -0
  292. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_celtic.c +0 -0
  293. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_celtic.h +0 -0
  294. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  295. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  296. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_croatian.c +0 -0
  297. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_croatian.h +0 -0
  298. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  299. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  300. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  301. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  302. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_farsi.c +0 -0
  303. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_farsi.h +0 -0
  304. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  305. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  306. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_greek.c +0 -0
  307. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_greek.h +0 -0
  308. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  309. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  310. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_inuit.c +0 -0
  311. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_inuit.h +0 -0
  312. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_roman.c +0 -0
  313. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_roman.h +0 -0
  314. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_romanian.c +0 -0
  315. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_romanian.h +0 -0
  316. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_russian.c +0 -0
  317. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_russian.h +0 -0
  318. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_symbol.c +0 -0
  319. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_symbol.h +0 -0
  320. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_thai.c +0 -0
  321. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_thai.h +0 -0
  322. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_turkish.c +0 -0
  323. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_turkish.h +0 -0
  324. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  325. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  326. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1250.c +0 -0
  327. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1250.h +0 -0
  328. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1251.c +0 -0
  329. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1251.h +0 -0
  330. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1252.c +0 -0
  331. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1252.h +0 -0
  332. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1253.c +0 -0
  333. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1253.h +0 -0
  334. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1254.c +0 -0
  335. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1254.h +0 -0
  336. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1255.c +0 -0
  337. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1255.h +0 -0
  338. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1256.c +0 -0
  339. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1256.h +0 -0
  340. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1257.c +0 -0
  341. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1257.h +0 -0
  342. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1258.c +0 -0
  343. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_1258.h +0 -0
  344. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_874.c +0 -0
  345. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_874.h +0 -0
  346. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_932.c +0 -0
  347. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_932.h +0 -0
  348. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_936.c +0 -0
  349. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_936.h +0 -0
  350. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_949.c +0 -0
  351. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_949.h +0 -0
  352. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_950.c +0 -0
  353. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_codepage_windows_950.h +0 -0
  354. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_definitions.h +0 -0
  355. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_error.c +0 -0
  356. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_error.h +0 -0
  357. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_extern.h +0 -0
  358. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_libcerror.h +0 -0
  359. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_scsu.c +0 -0
  360. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_scsu.h +0 -0
  361. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_support.c +0 -0
  362. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_support.h +0 -0
  363. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_types.h +0 -0
  364. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_unicode_character.c +0 -0
  365. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_unicode_character.h +0 -0
  366. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_unused.h +0 -0
  367. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_url_stream.c +0 -0
  368. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_url_stream.h +0 -0
  369. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf16_stream.c +0 -0
  370. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf16_stream.h +0 -0
  371. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf16_string.c +0 -0
  372. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf16_string.h +0 -0
  373. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf32_stream.c +0 -0
  374. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf32_stream.h +0 -0
  375. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf32_string.c +0 -0
  376. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf32_string.h +0 -0
  377. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf7_stream.c +0 -0
  378. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf7_stream.h +0 -0
  379. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf8_stream.c +0 -0
  380. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf8_stream.h +0 -0
  381. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf8_string.c +0 -0
  382. {libfwps-20240224 → libfwps-20240225}/libuna/libuna_utf8_string.h +0 -0
  383. {libfwps-20240224 → libfwps-20240225}/ltmain.sh +0 -0
  384. {libfwps-20240224 → libfwps-20240225}/m4/common.m4 +0 -0
  385. {libfwps-20240224 → libfwps-20240225}/m4/gettext.m4 +0 -0
  386. {libfwps-20240224 → libfwps-20240225}/m4/host-cpu-c-abi.m4 +0 -0
  387. {libfwps-20240224 → libfwps-20240225}/m4/iconv.m4 +0 -0
  388. {libfwps-20240224 → libfwps-20240225}/m4/intlmacosx.m4 +0 -0
  389. {libfwps-20240224 → libfwps-20240225}/m4/lib-ld.m4 +0 -0
  390. {libfwps-20240224 → libfwps-20240225}/m4/lib-link.m4 +0 -0
  391. {libfwps-20240224 → libfwps-20240225}/m4/lib-prefix.m4 +0 -0
  392. {libfwps-20240224 → libfwps-20240225}/m4/libcdata.m4 +0 -0
  393. {libfwps-20240224 → libfwps-20240225}/m4/libcerror.m4 +0 -0
  394. {libfwps-20240224 → libfwps-20240225}/m4/libclocale.m4 +0 -0
  395. {libfwps-20240224 → libfwps-20240225}/m4/libcnotify.m4 +0 -0
  396. {libfwps-20240224 → libfwps-20240225}/m4/libcthreads.m4 +0 -0
  397. {libfwps-20240224 → libfwps-20240225}/m4/libfdatetime.m4 +0 -0
  398. {libfwps-20240224 → libfwps-20240225}/m4/libfguid.m4 +0 -0
  399. {libfwps-20240224 → libfwps-20240225}/m4/libtool.m4 +0 -0
  400. {libfwps-20240224 → libfwps-20240225}/m4/libuna.m4 +0 -0
  401. {libfwps-20240224 → libfwps-20240225}/m4/ltoptions.m4 +0 -0
  402. {libfwps-20240224 → libfwps-20240225}/m4/ltsugar.m4 +0 -0
  403. {libfwps-20240224 → libfwps-20240225}/m4/ltversion.m4 +0 -0
  404. {libfwps-20240224 → libfwps-20240225}/m4/lt~obsolete.m4 +0 -0
  405. {libfwps-20240224 → libfwps-20240225}/m4/nls.m4 +0 -0
  406. {libfwps-20240224 → libfwps-20240225}/m4/po.m4 +0 -0
  407. {libfwps-20240224 → libfwps-20240225}/m4/progtest.m4 +0 -0
  408. {libfwps-20240224 → libfwps-20240225}/m4/pthread.m4 +0 -0
  409. {libfwps-20240224 → libfwps-20240225}/m4/python.m4 +0 -0
  410. {libfwps-20240224 → libfwps-20240225}/m4/tests.m4 +0 -0
  411. {libfwps-20240224 → libfwps-20240225}/m4/types.m4 +0 -0
  412. {libfwps-20240224 → libfwps-20240225}/manuals/Makefile.am +0 -0
  413. {libfwps-20240224 → libfwps-20240225}/manuals/Makefile.in +0 -0
  414. {libfwps-20240224 → libfwps-20240225}/missing +0 -0
  415. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_error/fwps_test_error.vcproj +0 -0
  416. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +0 -0
  417. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_record/fwps_test_record.vcproj +0 -0
  418. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_set/fwps_test_set.vcproj +0 -0
  419. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_store/fwps_test_store.vcproj +0 -0
  420. {libfwps-20240224 → libfwps-20240225}/msvscpp/fwps_test_support/fwps_test_support.vcproj +0 -0
  421. {libfwps-20240224 → libfwps-20240225}/msvscpp/libcdata/libcdata.vcproj +0 -0
  422. {libfwps-20240224 → libfwps-20240225}/msvscpp/libcerror/libcerror.vcproj +0 -0
  423. {libfwps-20240224 → libfwps-20240225}/msvscpp/libclocale/libclocale.vcproj +0 -0
  424. {libfwps-20240224 → libfwps-20240225}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  425. {libfwps-20240224 → libfwps-20240225}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  426. {libfwps-20240224 → libfwps-20240225}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  427. {libfwps-20240224 → libfwps-20240225}/msvscpp/libfguid/libfguid.vcproj +0 -0
  428. {libfwps-20240224 → libfwps-20240225}/msvscpp/libuna/libuna.vcproj +0 -0
  429. {libfwps-20240224 → libfwps-20240225}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
  430. {libfwps-20240224 → libfwps-20240225}/ossfuzz/Makefile.am +0 -0
  431. {libfwps-20240224 → libfwps-20240225}/ossfuzz/Makefile.in +0 -0
  432. {libfwps-20240224 → libfwps-20240225}/ossfuzz/ossfuzz_libfwps.h +0 -0
  433. {libfwps-20240224 → libfwps-20240225}/ossfuzz/record_fuzzer.cc +0 -0
  434. {libfwps-20240224 → libfwps-20240225}/ossfuzz/set_fuzzer.cc +0 -0
  435. {libfwps-20240224 → libfwps-20240225}/ossfuzz/store_fuzzer.cc +0 -0
  436. {libfwps-20240224 → libfwps-20240225}/po/ChangeLog +0 -0
  437. {libfwps-20240224 → libfwps-20240225}/po/Makefile.in.in +0 -0
  438. {libfwps-20240224 → libfwps-20240225}/po/Makevars +0 -0
  439. {libfwps-20240224 → libfwps-20240225}/po/Makevars.in +0 -0
  440. {libfwps-20240224 → libfwps-20240225}/po/POTFILES.in +0 -0
  441. {libfwps-20240224 → libfwps-20240225}/po/Rules-quot +0 -0
  442. {libfwps-20240224 → libfwps-20240225}/po/boldquot.sed +0 -0
  443. {libfwps-20240224 → libfwps-20240225}/po/en@boldquot.header +0 -0
  444. {libfwps-20240224 → libfwps-20240225}/po/en@quot.header +0 -0
  445. {libfwps-20240224 → libfwps-20240225}/po/insert-header.sin +0 -0
  446. {libfwps-20240224 → libfwps-20240225}/po/quot.sed +0 -0
  447. {libfwps-20240224 → libfwps-20240225}/po/remove-potcdate.sin +0 -0
  448. {libfwps-20240224 → libfwps-20240225}/pyfwps/Makefile.am +0 -0
  449. {libfwps-20240224 → libfwps-20240225}/pyfwps/Makefile.in +0 -0
  450. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps.c +0 -0
  451. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps.h +0 -0
  452. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_codepage.c +0 -0
  453. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_codepage.h +0 -0
  454. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_error.c +0 -0
  455. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_error.h +0 -0
  456. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_guid.c +0 -0
  457. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_guid.h +0 -0
  458. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_integer.c +0 -0
  459. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_integer.h +0 -0
  460. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_libcerror.h +0 -0
  461. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_libclocale.h +0 -0
  462. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_libfguid.h +0 -0
  463. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_libfwps.h +0 -0
  464. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_libuna.h +0 -0
  465. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_python.h +0 -0
  466. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_record.h +0 -0
  467. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_records.c +0 -0
  468. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_records.h +0 -0
  469. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_set.c +0 -0
  470. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_set.h +0 -0
  471. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_sets.c +0 -0
  472. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_sets.h +0 -0
  473. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_store.c +0 -0
  474. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_store.h +0 -0
  475. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_string.c +0 -0
  476. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_string.h +0 -0
  477. {libfwps-20240224 → libfwps-20240225}/pyfwps/pyfwps_unused.h +0 -0
  478. {libfwps-20240224 → libfwps-20240225}/pyproject.toml +0 -0
  479. {libfwps-20240224 → libfwps-20240225}/setup.cfg.in +0 -0
  480. {libfwps-20240224 → libfwps-20240225}/setup.py +0 -0
  481. {libfwps-20240224 → libfwps-20240225}/test-driver +0 -0
  482. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_error.c +0 -0
  483. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_libcerror.h +0 -0
  484. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_libfwps.h +0 -0
  485. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_macros.h +0 -0
  486. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_memory.c +0 -0
  487. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_memory.h +0 -0
  488. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_property_identifier.c +0 -0
  489. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_record.c +0 -0
  490. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_set.c +0 -0
  491. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_store.c +0 -0
  492. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_support.c +0 -0
  493. {libfwps-20240224 → libfwps-20240225}/tests/fwps_test_unused.h +0 -0
  494. {libfwps-20240224 → libfwps-20240225}/tests/pyfwps_test_set.py +0 -0
  495. {libfwps-20240224 → libfwps-20240225}/tests/pyfwps_test_store.py +0 -0
  496. {libfwps-20240224 → libfwps-20240225}/tests/pyfwps_test_support.py +0 -0
  497. {libfwps-20240224 → libfwps-20240225}/tests/test_manpage.sh +0 -0
  498. {libfwps-20240224 → libfwps-20240225}/tests/test_python_module.sh +0 -0
  499. {libfwps-20240224 → libfwps-20240225}/tests/test_runner.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfwps-python
3
- Version: 20240224
3
+ Version: 20240225
4
4
  Summary: Python bindings module for libfwps
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -389,7 +389,7 @@
389
389
  #define PACKAGE_NAME "libfwps"
390
390
 
391
391
  /* Define to the full name and version of this package. */
392
- #define PACKAGE_STRING "libfwps 20240224"
392
+ #define PACKAGE_STRING "libfwps 20240225"
393
393
 
394
394
  /* Define to the one symbol short name of this package. */
395
395
  #define PACKAGE_TARNAME "libfwps"
@@ -398,7 +398,7 @@
398
398
  #define PACKAGE_URL ""
399
399
 
400
400
  /* Define to the version of this package. */
401
- #define PACKAGE_VERSION "20240224"
401
+ #define PACKAGE_VERSION "20240225"
402
402
 
403
403
  /* The size of `int', as computed by sizeof. */
404
404
  #define SIZEOF_INT 4
@@ -424,7 +424,7 @@
424
424
  /* #undef STRERROR_R_CHAR_P */
425
425
 
426
426
  /* Version number of package */
427
- #define VERSION "20240224"
427
+ #define VERSION "20240225"
428
428
 
429
429
  /* Number of bits in a file offset, on hosts where this is settable. */
430
430
  /* #undef _FILE_OFFSET_BITS */
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.71 for libfwps 20240224.
3
+ # Generated by GNU Autoconf 2.71 for libfwps 20240225.
4
4
  #
5
5
  # Report bugs to <joachim.metz@gmail.com>.
6
6
  #
@@ -621,8 +621,8 @@ MAKEFLAGS=
621
621
  # Identity of this package.
622
622
  PACKAGE_NAME='libfwps'
623
623
  PACKAGE_TARNAME='libfwps'
624
- PACKAGE_VERSION='20240224'
625
- PACKAGE_STRING='libfwps 20240224'
624
+ PACKAGE_VERSION='20240225'
625
+ PACKAGE_STRING='libfwps 20240225'
626
626
  PACKAGE_BUGREPORT='joachim.metz@gmail.com'
627
627
  PACKAGE_URL=''
628
628
 
@@ -1556,7 +1556,7 @@ if test "$ac_init_help" = "long"; then
1556
1556
  # Omit some internal or obsolete options to make the list less imposing.
1557
1557
  # This message is too long to be a string in the A/UX 3.1 sh.
1558
1558
  cat <<_ACEOF
1559
- \`configure' configures libfwps 20240224 to adapt to many kinds of systems.
1559
+ \`configure' configures libfwps 20240225 to adapt to many kinds of systems.
1560
1560
 
1561
1561
  Usage: $0 [OPTION]... [VAR=VALUE]...
1562
1562
 
@@ -1627,7 +1627,7 @@ fi
1627
1627
 
1628
1628
  if test -n "$ac_init_help"; then
1629
1629
  case $ac_init_help in
1630
- short | recursive ) echo "Configuration of libfwps 20240224:";;
1630
+ short | recursive ) echo "Configuration of libfwps 20240225:";;
1631
1631
  esac
1632
1632
  cat <<\_ACEOF
1633
1633
 
@@ -1826,7 +1826,7 @@ fi
1826
1826
  test -n "$ac_init_help" && exit $ac_status
1827
1827
  if $ac_init_version; then
1828
1828
  cat <<\_ACEOF
1829
- libfwps configure 20240224
1829
+ libfwps configure 20240225
1830
1830
  generated by GNU Autoconf 2.71
1831
1831
 
1832
1832
  Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2547,7 +2547,7 @@ cat >config.log <<_ACEOF
2547
2547
  This file contains any messages produced by compilers while
2548
2548
  running configure, to aid debugging if configure makes a mistake.
2549
2549
 
2550
- It was created by libfwps $as_me 20240224, which was
2550
+ It was created by libfwps $as_me 20240225, which was
2551
2551
  generated by GNU Autoconf 2.71. Invocation command line was
2552
2552
 
2553
2553
  $ $0$ac_configure_args_raw
@@ -4036,7 +4036,7 @@ fi
4036
4036
 
4037
4037
  # Define the identity of the package.
4038
4038
  PACKAGE='libfwps'
4039
- VERSION='20240224'
4039
+ VERSION='20240225'
4040
4040
 
4041
4041
 
4042
4042
  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -44991,7 +44991,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
44991
44991
  # report actual input values of CONFIG_FILES etc. instead of their
44992
44992
  # values after options handling.
44993
44993
  ac_log="
44994
- This file was extended by libfwps $as_me 20240224, which was
44994
+ This file was extended by libfwps $as_me 20240225, which was
44995
44995
  generated by GNU Autoconf 2.71. Invocation command line was
44996
44996
 
44997
44997
  CONFIG_FILES = $CONFIG_FILES
@@ -45059,7 +45059,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
45059
45059
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45060
45060
  ac_cs_config='$ac_cs_config_escaped'
45061
45061
  ac_cs_version="\\
45062
- libfwps config.status 20240224
45062
+ libfwps config.status 20240225
45063
45063
  configured by $0, generated by GNU Autoconf 2.71,
45064
45064
  with options \\"\$ac_cs_config\\"
45065
45065
 
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
2
 
3
3
  AC_INIT(
4
4
  [libfwps],
5
- [20240224],
5
+ [20240225],
6
6
  [joachim.metz@gmail.com])
7
7
 
8
8
  AC_CONFIG_SRCDIR(
@@ -0,0 +1,5 @@
1
+ libfwps (20240225-1) unstable; urgency=low
2
+
3
+ * Auto-generated
4
+
5
+ -- Joachim Metz <joachim.metz@gmail.com> Sun, 25 Feb 2024 18:20:21 +0100
@@ -24,11 +24,11 @@
24
24
 
25
25
  #include <libfwps/types.h>
26
26
 
27
- #define LIBFWPS_VERSION 20240224
27
+ #define LIBFWPS_VERSION 20240225
28
28
 
29
29
  /* The version string
30
30
  */
31
- #define LIBFWPS_VERSION_STRING "20240224"
31
+ #define LIBFWPS_VERSION_STRING "20240225"
32
32
 
33
33
  /* The byte order definitions
34
34
  */
@@ -45,6 +45,40 @@ LIBFWPS_EXTERN \
45
45
  const char *libfwps_get_version(
46
46
  void );
47
47
 
48
+ /* -------------------------------------------------------------------------
49
+ * Notify functions
50
+ * ------------------------------------------------------------------------- */
51
+
52
+ /* Sets the verbose notification
53
+ */
54
+ LIBFWPS_EXTERN \
55
+ void libfwps_notify_set_verbose(
56
+ int verbose );
57
+
58
+ /* Sets the notification stream
59
+ * Returns 1 if successful or -1 on error
60
+ */
61
+ LIBFWPS_EXTERN \
62
+ int libfwps_notify_set_stream(
63
+ FILE *stream,
64
+ libfwps_error_t **error );
65
+
66
+ /* Opens the notification stream using a filename
67
+ * The stream is opened in append mode
68
+ * Returns 1 if successful or -1 on error
69
+ */
70
+ LIBFWPS_EXTERN \
71
+ int libfwps_notify_stream_open(
72
+ const char *filename,
73
+ libfwps_error_t **error );
74
+
75
+ /* Closes the notification stream if opened using a filename
76
+ * Returns 0 if successful or -1 on error
77
+ */
78
+ LIBFWPS_EXTERN \
79
+ int libfwps_notify_stream_close(
80
+ libfwps_error_t **error );
81
+
48
82
  /* -------------------------------------------------------------------------
49
83
  * Error functions
50
84
  * ------------------------------------------------------------------------- */
@@ -45,6 +45,40 @@ LIBFWPS_EXTERN \
45
45
  const char *libfwps_get_version(
46
46
  void );
47
47
 
48
+ /* -------------------------------------------------------------------------
49
+ * Notify functions
50
+ * ------------------------------------------------------------------------- */
51
+
52
+ /* Sets the verbose notification
53
+ */
54
+ LIBFWPS_EXTERN \
55
+ void libfwps_notify_set_verbose(
56
+ int verbose );
57
+
58
+ /* Sets the notification stream
59
+ * Returns 1 if successful or -1 on error
60
+ */
61
+ LIBFWPS_EXTERN \
62
+ int libfwps_notify_set_stream(
63
+ FILE *stream,
64
+ libfwps_error_t **error );
65
+
66
+ /* Opens the notification stream using a filename
67
+ * The stream is opened in append mode
68
+ * Returns 1 if successful or -1 on error
69
+ */
70
+ LIBFWPS_EXTERN \
71
+ int libfwps_notify_stream_open(
72
+ const char *filename,
73
+ libfwps_error_t **error );
74
+
75
+ /* Closes the notification stream if opened using a filename
76
+ * Returns 0 if successful or -1 on error
77
+ */
78
+ LIBFWPS_EXTERN \
79
+ int libfwps_notify_stream_close(
80
+ libfwps_error_t **error );
81
+
48
82
  /* -------------------------------------------------------------------------
49
83
  * Error functions
50
84
  * ------------------------------------------------------------------------- */
@@ -26,6 +26,7 @@ libfwps_la_SOURCES = \
26
26
  libfwps_libcnotify.h \
27
27
  libfwps_libfguid.h \
28
28
  libfwps_libuna.h \
29
+ libfwps_notify.c libfwps_notify.h \
29
30
  libfwps_property_identifier.c libfwps_property_identifier.h \
30
31
  libfwps_record.c libfwps_record.h \
31
32
  libfwps_set.c libfwps_set.h \
@@ -144,7 +144,7 @@ am__installdirs = "$(DESTDIR)$(libdir)"
144
144
  LTLIBRARIES = $(lib_LTLIBRARIES)
145
145
  libfwps_la_DEPENDENCIES =
146
146
  am_libfwps_la_OBJECTS = libfwps.lo libfwps_debug.lo libfwps_error.lo \
147
- libfwps_format_class_identifier.lo \
147
+ libfwps_format_class_identifier.lo libfwps_notify.lo \
148
148
  libfwps_property_identifier.lo libfwps_record.lo \
149
149
  libfwps_set.lo libfwps_store.lo libfwps_support.lo
150
150
  libfwps_la_OBJECTS = $(am_libfwps_la_OBJECTS)
@@ -173,6 +173,7 @@ am__maybe_remake_depfiles = depfiles
173
173
  am__depfiles_remade = ./$(DEPDIR)/libfwps.Plo \
174
174
  ./$(DEPDIR)/libfwps_debug.Plo ./$(DEPDIR)/libfwps_error.Plo \
175
175
  ./$(DEPDIR)/libfwps_format_class_identifier.Plo \
176
+ ./$(DEPDIR)/libfwps_notify.Plo \
176
177
  ./$(DEPDIR)/libfwps_property_identifier.Plo \
177
178
  ./$(DEPDIR)/libfwps_record.Plo ./$(DEPDIR)/libfwps_set.Plo \
178
179
  ./$(DEPDIR)/libfwps_store.Plo ./$(DEPDIR)/libfwps_support.Plo
@@ -503,6 +504,7 @@ libfwps_la_SOURCES = \
503
504
  libfwps_libcnotify.h \
504
505
  libfwps_libfguid.h \
505
506
  libfwps_libuna.h \
507
+ libfwps_notify.c libfwps_notify.h \
506
508
  libfwps_property_identifier.c libfwps_property_identifier.h \
507
509
  libfwps_record.c libfwps_record.h \
508
510
  libfwps_set.c libfwps_set.h \
@@ -616,6 +618,7 @@ distclean-compile:
616
618
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_debug.Plo@am__quote@ # am--include-marker
617
619
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_error.Plo@am__quote@ # am--include-marker
618
620
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_format_class_identifier.Plo@am__quote@ # am--include-marker
621
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_notify.Plo@am__quote@ # am--include-marker
619
622
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_property_identifier.Plo@am__quote@ # am--include-marker
620
623
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_record.Plo@am__quote@ # am--include-marker
621
624
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_set.Plo@am__quote@ # am--include-marker
@@ -832,6 +835,7 @@ maintainer-clean: maintainer-clean-am
832
835
  -rm -f ./$(DEPDIR)/libfwps_debug.Plo
833
836
  -rm -f ./$(DEPDIR)/libfwps_error.Plo
834
837
  -rm -f ./$(DEPDIR)/libfwps_format_class_identifier.Plo
838
+ -rm -f ./$(DEPDIR)/libfwps_notify.Plo
835
839
  -rm -f ./$(DEPDIR)/libfwps_property_identifier.Plo
836
840
  -rm -f ./$(DEPDIR)/libfwps_record.Plo
837
841
  -rm -f ./$(DEPDIR)/libfwps_set.Plo
@@ -22,12 +22,12 @@ BEGIN
22
22
  BLOCK "040904E4"
23
23
  BEGIN
24
24
  VALUE "FileDescription", "Library to access the Windows Property Store format\0"
25
- VALUE "FileVersion", "20240224" "\0"
25
+ VALUE "FileVersion", "20240225" "\0"
26
26
  VALUE "InternalName", "libfwps.dll\0"
27
27
  VALUE "LegalCopyright", "(C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>\0"
28
28
  VALUE "OriginalFilename", "libfwps.dll\0"
29
29
  VALUE "ProductName", "libfwps\0"
30
- VALUE "ProductVersion", "20240224" "\0"
30
+ VALUE "ProductVersion", "20240225" "\0"
31
31
  VALUE "Comments", "For more information visit https://github.com/libyal/libfwps/\0"
32
32
  END
33
33
  END
@@ -36,11 +36,11 @@
36
36
  #else
37
37
  #include <byte_stream.h>
38
38
 
39
- #define LIBFWPS_VERSION 20240224
39
+ #define LIBFWPS_VERSION 20240225
40
40
 
41
41
  /* The version string
42
42
  */
43
- #define LIBFWPS_VERSION_STRING "20240224"
43
+ #define LIBFWPS_VERSION_STRING "20240225"
44
44
 
45
45
  /* The byte order definitions
46
46
  */
@@ -0,0 +1,120 @@
1
+ /*
2
+ * Notification functions
3
+ *
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
+ *
6
+ * Refer to AUTHORS for acknowledgements.
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Lesser General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+
22
+ #include <common.h>
23
+ #include <file_stream.h>
24
+ #include <types.h>
25
+
26
+ #if defined( HAVE_STDLIB_H ) || defined( WINAPI )
27
+ #include <stdlib.h>
28
+ #endif
29
+
30
+ #include "libfwps_libcerror.h"
31
+ #include "libfwps_libcnotify.h"
32
+ #include "libfwps_notify.h"
33
+
34
+ #if !defined( HAVE_LOCAL_LIBFWPS )
35
+
36
+ /* Sets the verbose notification
37
+ */
38
+ void libfwps_notify_set_verbose(
39
+ int verbose )
40
+ {
41
+ libcnotify_verbose_set(
42
+ verbose );
43
+ }
44
+
45
+ /* Sets the notification stream
46
+ * Returns 1 if successful or -1 on error
47
+ */
48
+ int libfwps_notify_set_stream(
49
+ FILE *stream,
50
+ libcerror_error_t **error )
51
+ {
52
+ static char *function = "libfwps_notify_set_stream";
53
+
54
+ if( libcnotify_stream_set(
55
+ stream,
56
+ error ) != 1 )
57
+ {
58
+ libcerror_error_set(
59
+ error,
60
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
61
+ LIBCERROR_RUNTIME_ERROR_SET_FAILED,
62
+ "%s: unable to set stream.",
63
+ function );
64
+
65
+ return( -1 );
66
+ }
67
+ return( 1 );
68
+ }
69
+
70
+ /* Opens the notification stream using a filename
71
+ * The stream is opened in append mode
72
+ * Returns 1 if successful or -1 on error
73
+ */
74
+ int libfwps_notify_stream_open(
75
+ const char *filename,
76
+ libcerror_error_t **error )
77
+ {
78
+ static char *function = "libfwps_notify_stream_open";
79
+
80
+ if( libcnotify_stream_open(
81
+ filename,
82
+ error ) != 1 )
83
+ {
84
+ libcerror_error_set(
85
+ error,
86
+ LIBCERROR_ERROR_DOMAIN_IO,
87
+ LIBCERROR_IO_ERROR_OPEN_FAILED,
88
+ "%s: unable to open stream.",
89
+ function );
90
+
91
+ return( -1 );
92
+ }
93
+ return( 1 );
94
+ }
95
+
96
+ /* Closes the notification stream if opened using a filename
97
+ * Returns 0 if successful or -1 on error
98
+ */
99
+ int libfwps_notify_stream_close(
100
+ libcerror_error_t **error )
101
+ {
102
+ static char *function = "libfwps_notify_stream_close";
103
+
104
+ if( libcnotify_stream_close(
105
+ error ) != 0 )
106
+ {
107
+ libcerror_error_set(
108
+ error,
109
+ LIBCERROR_ERROR_DOMAIN_IO,
110
+ LIBCERROR_IO_ERROR_OPEN_FAILED,
111
+ "%s: unable to open stream.",
112
+ function );
113
+
114
+ return( -1 );
115
+ }
116
+ return( 0 );
117
+ }
118
+
119
+ #endif /* !defined( HAVE_LOCAL_LIBFWPS ) */
120
+
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Notification functions
3
+ *
4
+ * Copyright (C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>
5
+ *
6
+ * Refer to AUTHORS for acknowledgements.
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Lesser General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+
22
+ #if !defined( _LIBFWPS_NOTIFY_H )
23
+ #define _LIBFWPS_NOTIFY_H
24
+
25
+ #include <common.h>
26
+ #include <file_stream.h>
27
+ #include <types.h>
28
+
29
+ #include "libfwps_extern.h"
30
+ #include "libfwps_libcerror.h"
31
+
32
+ #if defined( __cplusplus )
33
+ extern "C" {
34
+ #endif
35
+
36
+ #if !defined( HAVE_LOCAL_LIBFWPS )
37
+
38
+ LIBFWPS_EXTERN \
39
+ void libfwps_notify_set_verbose(
40
+ int verbose );
41
+
42
+ LIBFWPS_EXTERN \
43
+ int libfwps_notify_set_stream(
44
+ FILE *stream,
45
+ libcerror_error_t **error );
46
+
47
+ LIBFWPS_EXTERN \
48
+ int libfwps_notify_stream_open(
49
+ const char *filename,
50
+ libcerror_error_t **error );
51
+
52
+ LIBFWPS_EXTERN \
53
+ int libfwps_notify_stream_close(
54
+ libcerror_error_t **error );
55
+
56
+ #endif /* !defined( HAVE_LOCAL_LIBFWPS ) */
57
+
58
+ #if defined( __cplusplus )
59
+ }
60
+ #endif
61
+
62
+ #endif /* !defined( _LIBFWPS_NOTIFY_H ) */
63
+