ソースを参照

Pollard's attack header.

Michele Orrù 11 年 前
コミット
6769e7afc6
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      src/questions/qpollard.h

+ 6 - 0
src/questions/qpollard.h

@@ -0,0 +1,6 @@
+#ifndef _QA_POLLARD_H_
+#define _QA_POLLARD_H_
+
+extern struct qa_question PollardQuestion;
+
+#endif /* _QA_POLLARD_H_ */